Converting GUID to Hex
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How to convert GUID string of { 04C99667-DFF4-489F-92C5-5EFE5D18DDD5 } to { 0x00,0x7B,0x00,0x30,0x00,0x34,0x00,0x39,0x00,0x39,........}. Please help me.
Reagards Shiva
-
How to convert GUID string of { 04C99667-DFF4-489F-92C5-5EFE5D18DDD5 } to { 0x00,0x7B,0x00,0x30,0x00,0x34,0x00,0x39,0x00,0x39,........}. Please help me.
Reagards Shiva
[UuidFromString^] may be useful, if you know what this ID stands for you can use CLSIDFromString IIDFromString API.
modified on Monday, June 2, 2008 9:29 AM