Changeset 10625 for trunk/src/ole32
- Timestamp:
 - Oct 8, 2004, 10:46:39 AM (21 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/ole32/compobj.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/ole32/compobj.c
r9400 r10625 677 677 678 678 679 /****************************************************************************** 680 * CLSIDFromProgIDEx [OLE32.] 681 */ 682 HRESULT WINAPI CLSIDFromProgIDEx(LPCOLESTR lpszProgID, LPCLSID pclsid) 683 { 684 FIXME("%s: Not implemented! (returning E_NOTIMPL)\n", __FUNCTION__); 685 return E_NOTIMPL; 686 } 679 687 680 688 /***************************************************************************** … … 1368 1376 int successCount = 0; 1369 1377 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); 1370 1380 /* 1371 1381 * Sanity check  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  