Defines |
| #define | COBJMACROS |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (ole) |
| UINT WINAPI | SysStringLen (BSTR str) |
| UINT WINAPI | SysStringByteLen (BSTR str) |
| BSTR WINAPI | SysAllocString (LPCOLESTR str) |
| void WINAPI | SysFreeString (BSTR str) |
| BSTR WINAPI | SysAllocStringLen (const OLECHAR *str, unsigned int len) |
| int WINAPI | SysReAllocStringLen (BSTR *old, const OLECHAR *str, unsigned int len) |
| BSTR WINAPI | SysAllocStringByteLen (LPCSTR str, UINT len) |
| INT WINAPI | SysReAllocString (LPBSTR old, LPCOLESTR str) |
| void WINAPI | SetOaNoCache (void) |
| HRESULT WINAPI | RegisterActiveObject (LPUNKNOWN punk, REFCLSID rcid, DWORD dwFlags, LPDWORD pdwRegister) |
| HRESULT WINAPI | RevokeActiveObject (DWORD xregister, LPVOID reserved) |
| HRESULT WINAPI | GetActiveObject (REFCLSID rcid, LPVOID preserved, LPUNKNOWN *ppunk) |
| ULONG WINAPI | OaBuildVersion (void) |
| HRESULT WINAPI | OleTranslateColor (OLE_COLOR clr, HPALETTE hpal, COLORREF *pColorRef) |
| HRESULT WINAPI | OLEAUTPS_DllGetClassObject (REFCLSID, REFIID, LPVOID *) |
| static ULONG WINAPI | PSDispatchFacBuf_AddRef (IPSFactoryBuffer *iface) |
| static ULONG WINAPI | PSDispatchFacBuf_Release (IPSFactoryBuffer *iface) |
| static HRESULT WINAPI | PSDispatchFacBuf_CreateProxy (IPSFactoryBuffer *iface, IUnknown *pUnkOuter, REFIID riid, IRpcProxyBuffer **ppProxy, void **ppv) |
| static HRESULT WINAPI | PSDispatchFacBuf_CreateStub (IPSFactoryBuffer *iface, REFIID riid, IUnknown *pUnkOuter, IRpcStubBuffer **ppStub) |
| HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID iid, LPVOID *ppv) |
| HRESULT WINAPI | DllCanUnloadNow (void) |
| BOOL WINAPI | DllMain (HINSTANCE hInstDll, DWORD fdwReason, LPVOID lpvReserved) |
| HCURSOR WINAPI | OleIconToCursor (HINSTANCE hinstExe, HICON hIcon) |
Variables |
| static BOOL | BSTR_bCache = TRUE |
| static const WCHAR | _delimiter [2] = {'!',0} |
| static const WCHAR * | pdelimiter = &_delimiter[0] |
| static const IPSFactoryBufferVtbl | PSDispatchFacBuf_Vtbl |
| static const IPSFactoryBufferVtbl * | pPSDispatchFacBuf = &PSDispatchFacBuf_Vtbl |