table of contents
other versions
- wheezy 1.4.1-4
CLSIDFromProgID(3w) | Wine API | CLSIDFromProgID(3w) |
NAME¶
CLSIDFromProgID (OLE32.@)SYNOPSIS¶
HRESULT CLSIDFromProgID(
LPCOLESTR progid,
LPCLSID clsid
)
DESCRIPTION¶
Converts a program Id into the respective GUID.PARAMS¶
progid [In] Unicode program ID, as found in registry. clsid [Out] Associated CLSID.RETURNS¶
Success: S_OK Failure: CO_E_CLASSSTRING - the given ProgID cannot be found.IMPLEMENTATION¶
Declared in "objbase.h". Implemented in "dlls/ole32/compobj.c". Debug channel "ole".Oct 2012 | Wine API |