Changeset 10625 for trunk/src


Ignore:
Timestamp:
Oct 8, 2004, 10:46:39 AM (21 years ago)
Author:
cinc
Message:

Added stub for CLSIDFromProgIDEx().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/compobj.c

    r9400 r10625  
    677677
    678678
     679/******************************************************************************
     680 *              CLSIDFromProgIDEx       [OLE32.]
     681 */
     682HRESULT WINAPI CLSIDFromProgIDEx(LPCOLESTR lpszProgID, LPCLSID pclsid)
     683{
     684  FIXME("%s: Not implemented! (returning E_NOTIMPL)\n", __FUNCTION__);
     685  return E_NOTIMPL;
     686}
    679687
    680688/*****************************************************************************
     
    13681376  int       successCount = 0;
    13691377
     1378  TRACE("s%: (rclsid=%p, pUnkOuter=%p, dwClsContext=0x%lf, pServerInfo=%p, cmq=%p, pResults=%p)\n",
     1379        __FUNCTION__, rclsid, pUnkOuter, dwClsContext, pServerInfo, cmq, pResults);
    13701380  /*
    13711381   * Sanity check
Note: See TracChangeset for help on using the changeset viewer.