OB_POST_CREATE_HANDLE_INFORMATION structure (wdm.h)
The OB_POST_CREATE_HANDLE_INFORMATION structure provides information to a ObjectPostCallback routine about a thread or process handle that has been opened.
Syntax
typedef struct _OB_POST_CREATE_HANDLE_INFORMATION {
ACCESS_MASK GrantedAccess;
} OB_POST_CREATE_HANDLE_INFORMATION, *POB_POST_CREATE_HANDLE_INFORMATION;
Members
GrantedAccess
An ACCESS_MASK value that specifies the access that is granted for the handle.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Server 2008 and later versions of the Windows operating system. |
Header | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |