
Converting to GUID structue?
Take a look at
AfxGetClassIDFromString(..) or
CLSIDFromString()
CLSIDFromProgID()
--
Cheers
Check Abdoul
----------------
Quote:
> Hello all,
> When using the TypeLib to get some data, some of the info comes back
> in the form of:
> 476D8D0F-381B-11D2-A610-00AA00C14AF9
> And then I want to use that info in a function like:
> FindConnectionPoint(....)
> The first parameter requires a GUID structure, how do I convert
that
> TypeLib number into a GUID structure?
> TIA,
> Ray K.