On Mon, Mar 03, 2003 at 12:41:38PM -0500, Steven Edwards wrote:
I dont know if this is right. So i figured I would submit and ask.......
Can you use CLSIDFromProgID rather then CLSIDFromProgID16 here? I have not really looked at any of these functions before.
You can't.
The 16 version uses 8bit strings, the ole32 version uses 16bit strings.
Ciao, Marcus