#include <seciddef.h>
Public Attributes | |
unsigned int | secid_l_match |
union { | |
unsigned int secid_l_version | |
struct { | |
unsigned secid_v_minor_id: 24 | |
unsigned secid_v_major_id: 8 | |
} | |
}; |
Definition at line 10 of file seciddef.h.
unsigned int _secid::secid_l_match |
Definition at line 11 of file seciddef.h.
unsigned int _secid::secid_l_version |
Definition at line 13 of file seciddef.h.
unsigned _secid::secid_v_minor_id |
Definition at line 15 of file seciddef.h.
unsigned _secid::secid_v_major_id |
Definition at line 16 of file seciddef.h.
union { ... } |