|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "wine/debug.h"#include "ole2.h"#include "olestd.h"#include "compobj_private.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
| #define | NONAMELESSUNION |
| #define COBJMACROS |
Definition at line 24 of file ole2impl.c.
| #define NONAMELESSUNION |
Definition at line 25 of file ole2impl.c.
|
static |
Definition at line 100 of file ole2impl.c.
Referenced by OleCreateFromDataEx(), and OleCreateFromFileEx().
|
inlinestatic |
Definition at line 84 of file ole2impl.c.
Referenced by get_storage().
| HRESULT WINAPI OleCreateFromData | ( | LPDATAOBJECT | data, |
| REFIID | iid, | ||
| DWORD | renderopt, | ||
| LPFORMATETC | fmt, | ||
| LPOLECLIENTSITE | client_site, | ||
| LPSTORAGE | stg, | ||
| LPVOID * | obj | ||
| ) |
Definition at line 203 of file ole2impl.c.
Referenced by OleCreateLinkFromData(), OleCreateStaticFromData(), and test_OleCreateStaticFromData().
| HRESULT WINAPI OleCreateFromDataEx | ( | IDataObject * | data, |
| REFIID | iid, | ||
| DWORD | flags, | ||
| DWORD | renderopt, | ||
| ULONG | num_cache_fmts, | ||
| DWORD * | adv_flags, | ||
| FORMATETC * | cache_fmts, | ||
| IAdviseSink * | sink, | ||
| DWORD * | conns, | ||
| IOleClientSite * | client_site, | ||
| IStorage * | stg, | ||
| void ** | obj | ||
| ) |
Definition at line 177 of file ole2impl.c.
Referenced by OleCreateFromData().
| HRESULT WINAPI OleCreateFromFile | ( | REFCLSID | clsid, |
| const OLECHAR * | filename, | ||
| REFIID | iid, | ||
| DWORD | renderopt, | ||
| FORMATETC * | fmt, | ||
| IOleClientSite * | client_site, | ||
| IStorage * | storage, | ||
| void ** | obj | ||
| ) |
Definition at line 402 of file ole2impl.c.
Referenced by UIINSERTOBJECTDLG_OnOpen().
| HRESULT WINAPI OleCreateFromFileEx | ( | REFCLSID | clsid, |
| const OLECHAR * | filename, | ||
| REFIID | iid, | ||
| DWORD | flags, | ||
| DWORD | renderopt, | ||
| ULONG | num_fmts, | ||
| DWORD * | adv_flags, | ||
| FORMATETC * | fmts, | ||
| IAdviseSink * | sink, | ||
| DWORD * | conns, | ||
| IOleClientSite * | client_site, | ||
| IStorage * | stg, | ||
| void ** | obj | ||
| ) |
Definition at line 336 of file ole2impl.c.
Referenced by OleCreateFromFile().
| HRESULT WINAPI OleCreateLinkFromData | ( | IDataObject * | data, |
| REFIID | iid, | ||
| DWORD | renderopt, | ||
| FORMATETC * | fmt, | ||
| IOleClientSite * | client_site, | ||
| IStorage * | stg, | ||
| void ** | obj | ||
| ) |
Definition at line 217 of file ole2impl.c.
| HRESULT WINAPI OleCreateStaticFromData | ( | IDataObject * | data, |
| REFIID | iid, | ||
| DWORD | renderopt, | ||
| FORMATETC * | fmt, | ||
| IOleClientSite * | client_site, | ||
| IStorage * | stg, | ||
| void ** | obj | ||
| ) |
Definition at line 230 of file ole2impl.c.
Referenced by test_OleCreateStaticFromData().
Definition at line 425 of file ole2impl.c.
Referenced by copy_stg_medium(), and IDataObjectImpl::CopyMedium().
| HRESULT WINAPI OleQueryCreateFromData | ( | IDataObject * | data | ) |
Definition at line 48 of file ole2impl.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |