Changeset 640 for trunk/include/win/wine/obj_moniker.h
- Timestamp:
- Aug 23, 1999, 12:52:05 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_moniker.h
r94 r640 1 /* $Id: obj_moniker.h,v 1.3 1999-06-10 16:21:55 achimha Exp $ */2 1 /* 3 2 * Defines the COM interfaces and APIs related to the moniker functionality. … … 9 8 #include "wine/obj_storage.h" 10 9 #include "wine/obj_misc.h" 10 11 #ifdef __cplusplus 12 extern "C" { 13 #endif /* defined(__cplusplus) */ 11 14 12 15 /***************************************************************************** … … 342 345 #endif 343 346 344 HRESULT WINAPI GetRunningObjectTable(DWORD reserved, LP VOID*pprot);345 HRESULT WINAPI GetRunningObjectTable16(DWORD reserved, LP VOID*pprot);347 HRESULT WINAPI GetRunningObjectTable(DWORD reserved, LPRUNNINGOBJECTTABLE *pprot); 348 HRESULT WINAPI GetRunningObjectTable16(DWORD reserved, LPRUNNINGOBJECTTABLE *pprot); 346 349 347 350 /***************************************************************************** … … 355 358 HRESULT WINAPI CoGetInstanceFromIStorage(COSERVERINFO* pServerInfo, CLSID* pClsid, IUnknown* punkOuter, DWORD dwClsCtx, IStorage* pstg, DWORD dwCount, MULTI_QI* pResults); 356 359 360 #ifdef __cplusplus 361 } /* extern "C" */ 362 #endif /* defined(__cplusplus) */ 357 363 358 364 #endif /* __WINE_WINE_OBJ_MONIKER_H */
Note:
See TracChangeset
for help on using the changeset viewer.