ReactOS 0.4.15-dev-7931-gfd331f1
_KEY_INFORMATION Struct Reference

#include <cm.h>

Collaboration diagram for _KEY_INFORMATION:

Public Attributes

union {
   KEY_BASIC_INFORMATION   KeyBasicInformation
 
   KEY_FULL_INFORMATION   KeyFullInformation
 
   KEY_NODE_INFORMATION   KeyNodeInformation
 
}; 
 

Detailed Description

Definition at line 481 of file cm.h.

Member Data Documentation

◆ 

union { ... } _KEY_INFORMATION::@1768

◆ KeyBasicInformation

KEY_BASIC_INFORMATION _KEY_INFORMATION::KeyBasicInformation

Definition at line 485 of file cm.h.

◆ KeyFullInformation

KEY_FULL_INFORMATION _KEY_INFORMATION::KeyFullInformation

Definition at line 486 of file cm.h.

◆ KeyNodeInformation

KEY_NODE_INFORMATION _KEY_INFORMATION::KeyNodeInformation

Definition at line 487 of file cm.h.


The documentation for this struct was generated from the following file: