POOL_EXTENDED_PARAMS_SECURE_POOL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-pool_extended_params_secure_pool)

Description

Defines the POOL_EXTENDED_PARAMS_SECURE_POOL structure.

Members

SecurePoolHandle

Buffer

SecurePoolFlags

Remarks

See also