Funzione ZwSetInformationResourceManager (wdm.h)
La routine ZwSetInformationResourceManager non viene utilizzata.
Sintassi
NTSYSCALLAPI NTSTATUS ZwSetInformationResourceManager(
HANDLE ResourceManagerHandle,
RESOURCEMANAGER_INFORMATION_CLASS ResourceManagerInformationClass,
PVOID ResourceManagerInformation,
ULONG ResourceManagerInformationLength
);
Parametri
ResourceManagerHandle
ResourceManagerInformationClass
ResourceManagerInformation
ResourceManagerInformationLength
Valore restituito
Questa funzione non restituisce un valore.
Commenti
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.
Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Windows |
Intestazione | wdm.h |
Vedi anche
Uso delle versioni Nt e Zw delle routine native di Servizi di sistema