ProgIDFromCLSID
Retrieves the ProgID for a given CLSID.
WINOLEAPI ProgIDFromCLSID(
REFCLSID clsid, //CLSID for which the ProgID is requested
LPOLESTR * lplpszProgID
//Address of output variable that receives a
// pointer to the requested ProgID string
);