unione OB_PRE_OPERATION_PARAMETERS (wdm.h)
L'unione OB_PRE_OPERATION_PARAMETERS descrive i parametri specifici dell'operazione per una routine ObjectPreCallback.
Sintassi
typedef union _OB_PRE_OPERATION_PARAMETERS {
OB_PRE_CREATE_HANDLE_INFORMATION CreateHandleInformation;
OB_PRE_DUPLICATE_HANDLE_INFORMATION DuplicateHandleInformation;
} OB_PRE_OPERATION_PARAMETERS, *POB_PRE_OPERATION_PARAMETERS;
Membri
CreateHandleInformation
Struttura OB_PRE_CREATE_HANDLE_INFORMATION che contiene informazioni specifiche di un handle aperto.
DuplicateHandleInformation
Struttura OB_PRE_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_PRE_CREATE_HANDLE_INFORMATION