// wdm.h
typedef struct _POOL_EXTENDED_PARAMS_SECURE_POOL {
HANDLE SecurePoolHandle;
PVOID Buffer;
ULONG_PTR Cookie;
ULONG SecurePoolFlags;
} POOL_EXTENDED_PARAMS_SECURE_POOL;
View the official Windows Driver Kit DDI reference
No description available.
Defines the POOL_EXTENDED_PARAMS_SECURE_POOL structure.
SecurePoolHandle
Buffer
Cookie
SecurePoolFlags