Guid
Microsoft DirectX 9.0 SDK Update (October 2004)

Guid


Defines a globally unique identifier (GUID) that can be used in other templates.

        template Guid
        {
            < a42790e0-7810-11cf-8f52-0040333594a3 >
            DWORD data1;
            WORD data2;
            WORD data3;
            array UCHAR data4[8];
        } 

Where the parameters together form the binary storage format for a GUID:



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.