QUERY_VIRTUAL_MEMORY_CALLBACK funzione di callback (ntifs.h)
Riservato per l'utilizzo nel sistema.
Sintassi
QUERY_VIRTUAL_MEMORY_CALLBACK QueryVirtualMemoryCallback;
NTSTATUS QueryVirtualMemoryCallback(
HANDLE CallbackContext,
HANDLE ProcessHandle,
PVOID BaseAddress,
HEAP_MEMORY_INFO_CLASS MemoryInformationClass,
PVOID MemoryInformation,
SIZE_T MemoryInformationLength,
PSIZE_T ReturnLength
)
{...}
Parametri
CallbackContext
Riservato per l'utilizzo nel sistema.
ProcessHandle
Riservato per l'utilizzo nel sistema.
BaseAddress
Riservato per l'utilizzo nel sistema.
MemoryInformationClass
Riservato per l'utilizzo nel sistema.
MemoryInformation
Riservato per l'utilizzo nel sistema.
MemoryInformationLength
Riservato per l'utilizzo nel sistema.
ReturnLength
Riservato per l'utilizzo nel sistema.
Valore restituito
Riservato per l'utilizzo nel sistema.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11, versione 22H2 |
Intestazione | ntifs.h |