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: *HANDLEDesiredAccess: ACCESS_MASKObjectAttributes: ?*OBJECT_ATTRIBUTESMaximumSize: ?*LARGE_INTEGERSectionPageProtection: ULONGAllocationAttributes: ULONGFileHandle: ?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