NtCreateSection
Function parameters
Parameters
- SectionHandle:*HANDLE
- ObjectAttributes:?*OBJECT_ATTRIBUTES
- MaximumSize:?*LARGE_INTEGER
- FileHandle:?HANDLE
Functions in this namespace
Functions
- RtlGetFullPathName_U
- Returns the number of bytes written to `Buffer`.
Source
Implementation
pub extern "ntdll" fn NtCreateSection(
SectionHandle: *HANDLE,
DesiredAccess: ACCESS_MASK,
ObjectAttributes: ?*OBJECT_ATTRIBUTES,
MaximumSize: ?*LARGE_INTEGER,
SectionPageProtection: ULONG,
AllocationAttributes: ULONG,
FileHandle: ?HANDLE,
) callconv(.winapi) NTSTATUS