OB_POST_OPERATION_PARAMETERS unione (wdm.h)
L'unione OB_POST_OPERATION_PARAMETERS descrive i parametri specifici dell'operazione per una routine ObjectPostCallback .
Sintassi
typedef union _OB_POST_OPERATION_PARAMETERS {
OB_POST_CREATE_HANDLE_INFORMATION CreateHandleInformation;
OB_POST_DUPLICATE_HANDLE_INFORMATION DuplicateHandleInformation;
} OB_POST_OPERATION_PARAMETERS, *POB_POST_OPERATION_PARAMETERS;
Members
CreateHandleInformation
Struttura OB_POST_CREATE_HANDLE_INFORMATION che contiene informazioni specifiche di un handle aperto.
DuplicateHandleInformation
Struttura OB_POST_DUPLICATE_HANDLE_INFORMATION che contiene informazioni specifiche di un handle duplicato.
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) |
Vedi anche
OB_POST_CREATE_HANDLE_INFORMATION