SkintStudent
Programmer
How do I go from something like:
LPCSTR clsid_str = "{3C78B8E2-6C4D-11D1-ADE2-0000F8754B99}";
(or some other form of string variable that's available to me - i'm new to c++)
To..
a REFCLSID ??
I believe I have to use CLSIDFromString somehow but can't find any example that go from the string directly.
LPCSTR clsid_str = "{3C78B8E2-6C4D-11D1-ADE2-0000F8754B99}";
(or some other form of string variable that's available to me - i'm new to c++)
To..
a REFCLSID ??
I believe I have to use CLSIDFromString somehow but can't find any example that go from the string directly.