#include <stdarg.h>
#include "windef.h"
#include "wine/windef16.h"
#include "winbase.h"
#include "wingdi.h"
#include "wownt32.h"
#include "objbase.h"
#include "olecli.h"
#include "wine/debug.h"
Go to the source code of this file.
|
| WINE_DEFAULT_DEBUG_CHANNEL (ole) |
|
OLESTATUS WINAPI | OleSavedClientDoc (LHCLIENTDOC hDoc) |
|
OLESTATUS WINAPI | OleRegisterClientDoc (LPCSTR classname, LPCSTR docname, LONG reserved, LHCLIENTDOC *hRet) |
|
OLESTATUS WINAPI | OleRenameClientDoc (LHCLIENTDOC hDoc, LPCSTR newName) |
|
OLESTATUS WINAPI | OleRevokeClientDoc (LHCLIENTDOC hServerDoc) |
|
OLESTATUS WINAPI | OleCreateLinkFromClip (LPCSTR name, LPOLECLIENT olecli, LHCLIENTDOC hclientdoc, LPCSTR xname, _LPOLEOBJECT *lpoleob, OLEOPT_RENDER render, OLECLIPFORMAT clipformat) |
|
OLESTATUS WINAPI | OleQueryLinkFromClip (LPCSTR name, OLEOPT_RENDER render, OLECLIPFORMAT clipformat) |
|
OLESTATUS WINAPI | OleQueryCreateFromClip (LPCSTR name, OLEOPT_RENDER render, OLECLIPFORMAT clipformat) |
|
BOOL WINAPI | OleIsDcMeta (HDC hdc) |
|
OLESTATUS WINAPI | OleSetHostNames (_LPOLEOBJECT oleob, LPCSTR name1, LPCSTR name2) |
|
OLESTATUS WINAPI | OleQueryType (_LPOLEOBJECT oleob, LONG *xlong) |
|
OLESTATUS WINAPI | OleCreateFromClip (LPCSTR name, LPOLECLIENT olecli, LHCLIENTDOC hclientdoc, LPCSTR xname, _LPOLEOBJECT *lpoleob, OLEOPT_RENDER render, OLECLIPFORMAT clipformat) |
|
◆ LPOLEOBJECTVTBL
◆ OLEOBJECT
◆ OLEOBJECTVTBL
◆ OleCreateFromClip()
Definition at line 184 of file olecli_main.c.
187 {
188 FIXME(
"(%s,%p,%08x,%s,%p,%d,%d): stub!\n",
189 name,olecli,hclientdoc,xname,lpoleob,
render,clipformat);
190
192}
◆ OleCreateLinkFromClip()
Definition at line 127 of file olecli_main.c.
130 {
131 FIXME(
"(%s,%p,%08x,%s,%p,%d,%d): stub!\n",
132 name,olecli,hclientdoc,xname,lpoleob,
render,clipformat);
134}
◆ OleIsDcMeta()
Definition at line 155 of file olecli_main.c.
156{
159}
static POBJECT_TYPE GetObjectType(IN PCWSTR TypeName)
◆ OleQueryCreateFromClip()
◆ OleQueryLinkFromClip()
◆ OleQueryType()
Definition at line 172 of file olecli_main.c.
172 {
173 FIXME(
"(%p,%p): stub!\n",oleob,xlong);
174 if (!oleob)
175 return 0x10;
176 TRACE(
"Calling OLEOBJECT.QueryType (%p) (%p,%p)\n",
177 oleob->
lpvtbl->QueryType,oleob,xlong);
178 return oleob->
lpvtbl->QueryType(oleob,xlong);
179}
const OLEOBJECTVTBL * lpvtbl
◆ OleRegisterClientDoc()
Definition at line 98 of file olecli_main.c.
100{
104}
static LONG OLE_current_handle
◆ OleRenameClientDoc()
◆ OleRevokeClientDoc()
◆ OleSavedClientDoc()
◆ OleSetHostNames()
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
ole |
| ) |
|
◆ OLE_current_handle