Ignore:
Timestamp:
Aug 23, 1999, 12:52:05 AM (26 years ago)
Author:
sandervl
Message:

Updated Wine headers

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 $ */
    21/*
    32 * Defines the COM interfaces and APIs related to the moniker functionality.
     
    98#include "wine/obj_storage.h"
    109#include "wine/obj_misc.h"
     10
     11#ifdef __cplusplus
     12extern "C" {
     13#endif /* defined(__cplusplus) */
    1114
    1215/*****************************************************************************
     
    342345#endif
    343346
    344 HRESULT WINAPI GetRunningObjectTable(DWORD reserved, LPVOID *pprot);
    345 HRESULT WINAPI GetRunningObjectTable16(DWORD reserved, LPVOID *pprot);
     347HRESULT WINAPI GetRunningObjectTable(DWORD reserved, LPRUNNINGOBJECTTABLE *pprot);
     348HRESULT WINAPI GetRunningObjectTable16(DWORD reserved, LPRUNNINGOBJECTTABLE *pprot);
    346349
    347350/*****************************************************************************
     
    355358HRESULT WINAPI CoGetInstanceFromIStorage(COSERVERINFO* pServerInfo, CLSID* pClsid, IUnknown* punkOuter, DWORD dwClsCtx, IStorage* pstg, DWORD dwCount, MULTI_QI* pResults);
    356359
     360#ifdef __cplusplus
     361} /* extern "C" */
     362#endif /* defined(__cplusplus) */
    357363
    358364#endif /* __WINE_WINE_OBJ_MONIKER_H */
Note: See TracChangeset for help on using the changeset viewer.