An object to represent a 128-bit globally unique ID. More...
#include <objclassid.h>
Public Member Functions | |
CClassID () | |
Constructor. | |
CClassID (const EDLSysString &str) | |
Converts hexadecimal representation of a CClassID to a CClassID. | |
CClassID (const CClassID &other) | |
Copy to another CClassID. | |
void | operator= (const CClassID &other) |
operator = | |
CClassID (uint32 dw0, uint32 dw1, uint32 dw2, uint32 dw3) | |
Construct CClassID from 4 x uint32. | |
bool | equal (const CClassID &id) const |
Compare to another CClassID. | |
An object to represent a 128-bit globally unique ID.
|
inline |
|
inline |
|
inline |
Construct CClassID from 4 x uint32.
dw0 | First unsigned, 32-bit integer |
dw1 | Second unsigned, 32-bit integer |
dw2 | Third unsigned, 32-bit integer |
dw3 | Fourth unsigned, 32-bit integer |
|
inline |