Funzione ZwSetInformationResourceManager (wdm.h)
La routine ZwSetInformationResourceManager non viene utilizzata.
NTSYSCALLAPI NTSTATUS ZwSetInformationResourceManager(
HANDLE ResourceManagerHandle,
RESOURCEMANAGER_INFORMATION_CLASS ResourceManagerInformationClass,
PVOID ResourceManagerInformation,
ULONG ResourceManagerInformationLength
);
ResourceManagerHandle
ResourceManagerInformationClass
ResourceManagerInformation
ResourceManagerInformationLength
Questa funzione non restituisce un valore.
NtSetInformationResourceManager e ZwSetInformationResourceManager sono due versioni della stessa routine di Servizi di sistema nativi di Windows.
Per le chiamate da driver in modalità kernel, le versioni NtXxx e ZwXxx di una routine di Servizi di sistema nativi di Windows possono comportarsi in modo diverso nel modo in cui gestiscono e interpretano i parametri di input. Per altre informazioni sulla relazione tra le versioni NtXxx e ZwXxx di una routine, vedere Using Nt and Zw Versions of the Native System Services Routines .For more information about the Nt Xxx and Zw versions of the Native System Services Routines.
Requisito | Valore |
---|---|
Piattaforma di destinazione | Windows |
Intestazione | wdm.h |
Uso delle versioni Nt e Zw delle routine native di Servizi di sistema