35 TRACE(
"(IID_IAccPropServices %p)\n",
ppv);
67 FIXME(
"(%p %u %p %d %p %u)\n", pIDString, dwIDStringLen, paProps, cProps, pServer,
AnnoScope);
74 FIXME(
"(%p %u %p %d)\n", pIDString, dwIDStringLen, paProps, cProps);
95 FIXME(
"(%p %u %u %p %d %p %u)\n",
hwnd, idObject, idChild, paProps, cProps, pServer,
AnnoScope);
102 FIXME(
"(%p %u %u %p %d)\n",
hwnd, idObject, idChild, paProps, cProps);
109 FIXME(
"(%p %u %u %p %p)\n",
hwnd, idObject, idChild, ppIDString, pdwIDStringLen);
116 FIXME(
"(%p %u %p %p %p)\n", pIDString, dwIDStringLen, phwnd, pidObject, pidChild);
144 FIXME(
"(%p %u %p %d)\n",
hmenu, idChild, paProps, cProps);
149 BYTE **ppIDString,
DWORD *pdwIDStringLen)
151 FIXME(
"(%p %u %p %p)\n",
hmenu, idChild, ppIDString, pdwIDStringLen);
158 FIXME(
"(%p %u %p %p\n", pIDString, dwIDStringLen, phmenu, pidChild);
190 TRACE(
"(%p)->(IID_IUnknown %p)\n", iface,
ppv);
193 TRACE(
"(%p)->(IID_IClassFactory %p)\n", iface,
ppv);
208 TRACE(
"(%p)\n", iface);
214 TRACE(
"(%p)\n", iface);
220 TRACE(
"(%p)->(%x)\n", iface, fLock);
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
const GUID IID_IClassFactory
static const char * debugstr_variant(const VARIANT *var)
static const CLSID *static CLSID *static const GUID VARIANT VARIANT *static IServiceProvider DWORD *static HMENU
static HRESULT WINAPI CAccPropServices_CreateInstance(IClassFactory *iface, IUnknown *outer, REFIID riid, void **ppv)
static HRESULT WINAPI ClassFactory_LockServer(IClassFactory *iface, BOOL fLock)
static HRESULT WINAPI AccPropServices_SetHwndPropServer(IAccPropServices *iface, HWND hwnd, DWORD idObject, DWORD idChild, const MSAAPROPID *paProps, int cProps, IAccPropServer *pServer, AnnoScope AnnoScope)
static HRESULT WINAPI AccPropServices_SetPropValue(IAccPropServices *iface, const BYTE *pIDString, DWORD dwIDStringLen, MSAAPROPID idProp, VARIANT var)
static HRESULT WINAPI AccPropServices_SetHmenuPropStr(IAccPropServices *iface, HMENU hmenu, DWORD idChild, MSAAPROPID idProp, LPWSTR str)
static HRESULT WINAPI AccPropServices_SetHwndProp(IAccPropServices *iface, HWND hwnd, DWORD idObject, DWORD idChild, MSAAPROPID idProp, VARIANT var)
static HRESULT WINAPI AccPropServices_SetHwndPropStr(IAccPropServices *iface, HWND hwnd, DWORD idObject, DWORD idChild, MSAAPROPID idProp, LPWSTR str)
static const IClassFactoryVtbl CAccPropServicesFactoryVtbl
static HRESULT WINAPI AccPropServices_QueryInterface(IAccPropServices *iface, REFIID riid, void **ppv)
static HRESULT WINAPI AccPropServices_DecomposeHwndIdentityString(IAccPropServices *iface, const BYTE *pIDString, DWORD dwIDStringLen, HWND *phwnd, DWORD *pidObject, DWORD *pidChild)
static HRESULT WINAPI AccPropServices_ClearProps(IAccPropServices *iface, const BYTE *pIDString, DWORD dwIDStringLen, const MSAAPROPID *paProps, int cProps)
static HRESULT WINAPI AccPropServices_ComposeHmenuIdentityString(IAccPropServices *iface, HMENU hmenu, DWORD idChild, BYTE **ppIDString, DWORD *pdwIDStringLen)
static ULONG WINAPI ClassFactory_Release(IClassFactory *iface)
static IClassFactory CAccPropServicesFactory
static HRESULT WINAPI AccPropServices_ClearHwndProps(IAccPropServices *iface, HWND hwnd, DWORD idObject, DWORD idChild, const MSAAPROPID *paProps, int cProps)
static ULONG WINAPI AccPropServices_Release(IAccPropServices *iface)
static const IAccPropServicesVtbl AccPropServicesVtbl
static HRESULT WINAPI AccPropServices_DecomposeHmenuIdentityString(IAccPropServices *iface, const BYTE *pIDString, DWORD dwIDStringLen, HMENU *phmenu, DWORD *pidChild)
static HRESULT WINAPI ClassFactory_QueryInterface(IClassFactory *iface, REFIID riid, void **ppv)
HRESULT get_accpropservices_factory(REFIID riid, void **ppv)
static IAccPropServices AccPropServices
static ULONG WINAPI ClassFactory_AddRef(IClassFactory *iface)
static HRESULT WINAPI AccPropServices_SetHmenuProp(IAccPropServices *iface, HMENU hmenu, DWORD idChild, MSAAPROPID idProp, VARIANT var)
static HRESULT WINAPI AccPropServices_SetHmenuPropServer(IAccPropServices *iface, HMENU hmenu, DWORD idChild, const MSAAPROPID *paProps, int cProps, IAccPropServer *pServer, AnnoScope AnnoScope)
static ULONG WINAPI AccPropServices_AddRef(IAccPropServices *iface)
static HRESULT WINAPI AccPropServices_ComposeHwndIdentityString(IAccPropServices *iface, HWND hwnd, DWORD idObject, DWORD idChild, BYTE **ppIDString, DWORD *pdwIDStringLen)
static HRESULT WINAPI AccPropServices_SetPropServer(IAccPropServices *iface, const BYTE *pIDString, DWORD dwIDStringLen, const MSAAPROPID *paProps, int cProps, IAccPropServer *pServer, AnnoScope AnnoScope)
static HRESULT WINAPI AccPropServices_ClearHmenuProps(IAccPropServices *iface, HMENU hmenu, DWORD idChild, const MSAAPROPID *paProps, int cProps)
#define IsEqualGUID(rguid1, rguid2)
#define CLASS_E_NOAGGREGATION