Function NtCreateSection [src]
Prototype
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
Parameters
SectionHandle: *HANDLE
DesiredAccess: ACCESS_MASK
ObjectAttributes: ?*OBJECT_ATTRIBUTES
MaximumSize: ?*LARGE_INTEGER
SectionPageProtection: ULONG
AllocationAttributes: ULONG
FileHandle: ?HANDLE
Source
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