OB_POST_CREATE_HANDLE_INFORMATION struttura (wdm.h)
La struttura OB_POST_CREATE_HANDLE_INFORMATION fornisce informazioni a una routine ObjectPostCallback su un thread o un handle di processo aperto.
Sintassi
typedef struct _OB_POST_CREATE_HANDLE_INFORMATION {
ACCESS_MASK GrantedAccess;
} OB_POST_CREATE_HANDLE_INFORMATION, *POB_POST_CREATE_HANDLE_INFORMATION;
Members
GrantedAccess
Valore ACCESS_MASK che specifica l'accesso concesso per l'handle.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Disponibile in Windows Server 2008 e versioni successive del sistema operativo Windows. |
Intestazione | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |