Funzione NtSetInformationResourceManager (wdm.h)
La routine ZwSetInformationResourceManager non viene usata.
Sintassi
__kernel_entry NTSYSCALLAPI NTSTATUS NtSetInformationResourceManager(
HANDLE ResourceManagerHandle,
RESOURCEMANAGER_INFORMATION_CLASS ResourceManagerInformationClass,
PVOID ResourceManagerInformation,
ULONG ResourceManagerInformationLength
);
Parametri
ResourceManagerHandle
Non usato.
ResourceManagerInformationClass
Non usato.
ResourceManagerInformation
Non usato.
ResourceManagerInformationLength
Non usato.
Valore restituito
Questa funzione non restituisce un valore.
Commenti
NtSetInformationResourceManager e ZwSetInformationResourceManager sono due versioni della stessa routine di Windows Native System Services.
Per le chiamate dai driver in modalità kernel, le versioni NtXxx e ZwXxx di una routine di Windows Native System Services 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 Uso di nt e zw versioni delle routine di Servizi di sistema nativo.
Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Windows |
Intestazione | wdm.h |
Vedi anche
Uso di nt e zw versioni delle routine di Servizi di sistema nativo