unione OB_POST_OPERATION_PARAMETERS (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;
Membri
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.
Fabbisogno
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) |
Vedere anche
OB_POST_CREATE_HANDLE_INFORMATION