Share via


ALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK Rückruffunktion (ntifs.h)

Ist für das System reserviert.

Syntax

ALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK AllocateVirtualMemoryExCallback;

NTSTATUS AllocateVirtualMemoryExCallback(
  HANDLE CallbackContext,
  HANDLE ProcessHandle,
  PVOID *BaseAddress,
  PSIZE_T RegionSize,
  ULONG AllocationType,
  ULONG PageProtection,
  PMEM_EXTENDED_PARAMETER ExtendedParameters,
  ULONG ExtendedParameterCount
)
{...}

Parameter

CallbackContext

Ist für das System reserviert.

ProcessHandle

Ist für das System reserviert.

BaseAddress

Ist für das System reserviert.

RegionSize

Ist für das System reserviert.

AllocationType

Ist für das System reserviert.

PageProtection

Ist für das System reserviert.

ExtendedParameters

Ist für das System reserviert.

ExtendedParameterCount

Ist für das System reserviert.

Rückgabewert

Ist für das System reserviert.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 11, Version 22H2
Kopfzeile ntifs.h