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;
Members
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.
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_PRE_CREATE_HANDLE_INFORMATION