KMD_Ident
KMD_Ident
kmd
1998 12-06
CLASS
KMD_Ident - keymaster supported resource identification object
SYNOPSIS
A 32 bit resource identifier. The data member is a two field 32 bit block.
One field is a user set id and the other is the system id field. If the
system id field is 0 then the whole KMD_Ident is considered unset.
CONSTRUCTOR
KMD_Ident()
Construct an unset KMD_Ident.
OPERATORS
int operator==(const KMD_Ident other_id)
Return TRUE if the value of other_id is the same as this'.
MEMBER FUNCTIONS
void Set(void *block)
Set the value to *block,
void Set(KMD_Ident other)
Set the value to that of other.
int IsUIDEqual(const KMD_Ident other_id)
Return TRUE if the user id is equal to the user id of other_id.
int IsSIDEqual(const KMD_Ident other_id)
Return TRUE if the system id is equal to the system id of other_id.
uint32 GetUInt32()
Get the 32 bit value.