NDK_OBJECT_HEADER_RESERVED_BLOCK - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndkpi.h

typedef struct _NDK_OBJECT_HEADER_RESERVED_BLOCK {
  PVOID rf[4];
} NDK_OBJECT_HEADER_RESERVED_BLOCK;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndkpi-_ndk_object_header_reserved_block)

_NDK_OBJECT_HEADER_RESERVED_BLOCK structure

Description

The NDK_OBJECT_HEADER_RESERVED_BLOCK structure specifies reserved information in an NDK object.

Members

rf

Reserved.

Remarks

The NDK_OBJECT_HEADER_RESERVED_BLOCK structure is used in the NDK_OBJECT_HEADER structure.

See also

NDK_OBJECT_HEADER