// 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
No description available.
The NDK_OBJECT_HEADER_RESERVED_BLOCK structure specifies reserved information in an NDK object.
rf
Reserved.
The NDK_OBJECT_HEADER_RESERVED_BLOCK structure is used in the NDK_OBJECT_HEADER structure.