Guid Struct Reference


Detailed Description

This class implements a 128-bit id value that is used to uniquely identify interfaces in the OA plug-in system. This structure is identical to the UUID type commonly used in RPC. As such, common UUID/GUID generators can be used generate id's for interfaces. A typical definition of a Guid value looks like this:

extern OA_COMMON_DLL_API const Guid IID_IBase = {0x00000000, 0x0000, 0x0000, {0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46} };


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

Return to top of page