ReactOS 0.4.16-dev-816-g135a9a9
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "objidl.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (ole) | |
HRESULT WINAPI | OleCreateLinkToFile (LPCOLESTR lpszFileName, REFIID riid, DWORD renderopt, LPFORMATETC lpFormatEtc, LPOLECLIENTSITE pClientSite, LPSTORAGE pStg, LPVOID *ppvObj) |
HRESULT WINAPI | OleCreateLink (LPMONIKER pmkLinkSrc, REFIID riid, DWORD renderopt, LPFORMATETC lpFormatEtc, LPOLECLIENTSITE pClientSite, LPSTORAGE pStg, LPVOID *ppvObj) |
HGLOBAL WINAPI | OleGetIconOfClass (REFCLSID rclsid, LPOLESTR lpszLabel, BOOL fUseTypeAsLabel) |
HGLOBAL WINAPI | OleGetIconOfFile (LPOLESTR path, BOOL use_file_as_label) |
HRESULT WINAPI DECLSPEC_HOTPATCH | OleRegEnumFormatEtc (REFCLSID clsid, DWORD dwDirection, LPENUMFORMATETC *ppenumFormatetc) |
HRESULT WINAPI | CoGetCallerTID (LPDWORD lpdwTID) |
Definition at line 88 of file ole2stubs.c.
HRESULT WINAPI OleCreateLink | ( | LPMONIKER | pmkLinkSrc, |
REFIID | riid, | ||
DWORD | renderopt, | ||
LPFORMATETC | lpFormatEtc, | ||
LPOLECLIENTSITE | pClientSite, | ||
LPSTORAGE | pStg, | ||
LPVOID * | ppvObj | ||
) |
Definition at line 47 of file ole2stubs.c.
HRESULT WINAPI OleCreateLinkToFile | ( | LPCOLESTR | lpszFileName, |
REFIID | riid, | ||
DWORD | renderopt, | ||
LPFORMATETC | lpFormatEtc, | ||
LPOLECLIENTSITE | pClientSite, | ||
LPSTORAGE | pStg, | ||
LPVOID * | ppvObj | ||
) |
Definition at line 36 of file ole2stubs.c.
Definition at line 57 of file ole2stubs.c.
Definition at line 66 of file ole2stubs.c.
HRESULT WINAPI DECLSPEC_HOTPATCH OleRegEnumFormatEtc | ( | REFCLSID | clsid, |
DWORD | dwDirection, | ||
LPENUMFORMATETC * | ppenumFormatetc | ||
) |
WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |