comments for unions
parent
14821aa976
commit
0f7ee235ed
|
@ -228,9 +228,10 @@ GenNAttrIno(Compressed, COMPRESSED)
|
|||
GenNAttrIno(Encrypted, ENCRYPTED)
|
||||
GenNAttrIno(Sparse, SPARSE_FILE)
|
||||
|
||||
/*
|
||||
* Union of all known attribute values. For convenience. Used in the attr
|
||||
* structure.
|
||||
/**
|
||||
* union attr_val - Union of all known attribute values
|
||||
*
|
||||
* For convenience. Used in the attr structure.
|
||||
*/
|
||||
typedef union {
|
||||
u8 _default; /* Unnamed u8 to serve as default when just using
|
||||
|
|
|
@ -1340,8 +1340,8 @@ typedef enum { /* Identifier authority. */
|
|||
* (Built-in domain) S-1-5-0x20
|
||||
*/
|
||||
|
||||
/*
|
||||
* The SID_IDENTIFIER_AUTHORITY is a 48-bit value used in the SID structure.
|
||||
/**
|
||||
* union SID_IDENTIFIER_AUTHORITY - A 48-bit value used in the SID structure
|
||||
*
|
||||
* NOTE: This is stored as a big endian number.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue