|
HRESULT | SetPropValue ([in, size_is(string_len)] const BYTE *str, [in] DWORD string_len, [in] MSAAPROPID idProp, [in] VARIANT var) |
|
HRESULT | SetPropServer ([in, size_is(string_len)] const BYTE *str, [in] DWORD string_len, [in, size_is(cProps)] const MSAAPROPID *props, [in] int cProps, [in] IAccPropServer *pServer, [in] AnnoScope AnnoScope) |
|
HRESULT | ClearProps ([in, size_is(string_len)] const BYTE *str, [in] DWORD string_len, [in, size_is(cProps)] const MSAAPROPID *props, [in] int cProps) |
|
HRESULT | SetHwndProp ([in] HWND hwnd, [in] DWORD idObject, [in] DWORD idChild, [in] MSAAPROPID idProp, [in] VARIANT var) |
|
HRESULT | SetHwndPropStr ([in] HWND hwnd, [in] DWORD idObject, [in] DWORD idChild, [in] MSAAPROPID idProp, [in, string] LPWSTR str) |
|
HRESULT | SetHwndPropServer ([in] HWND hwnd, [in] DWORD idObject, [in] DWORD idChild, [in, size_is(cProps)] const MSAAPROPID *props, [in] int cProps, [in] IAccPropServer *server, [in] AnnoScope scope) |
|
HRESULT | ClearHwndProps ([in] HWND hwnd, [in] DWORD idObject, [in] DWORD idChild, [in, size_is(cProps)] const MSAAPROPID *props, [in] int cProps) |
|
HRESULT | ComposeHwndIdentityString ([in] HWND hwnd, [in] DWORD idObject, [in] DWORD idChild, [out, size_is(, *string_len)] BYTE **str, [out] DWORD *string_len) |
|
HRESULT | DecomposeHwndIdentityString ([in, size_is(string_len)] const BYTE *str, [in] DWORD string_len, [out] HWND *phwnd, [out] DWORD *pidObject, [out] DWORD *pidChild) |
|
HRESULT | SetHmenuProp ([in] HMENU hmenu, [in] DWORD idChild, [in] MSAAPROPID idProp, [in] VARIANT var) |
|
HRESULT | SetHmenuPropStr ([in] HMENU hmenu, [in] DWORD idChild, [in] MSAAPROPID idProp, [in, string] LPWSTR str) |
|
HRESULT | SetHmenuPropServer ([in] HMENU hmenu, [in] DWORD idChild, [in, size_is(cProps)] const MSAAPROPID *props, [in] int cProps, [in] IAccPropServer *server, [in] AnnoScope scope) |
|
HRESULT | ClearHmenuProps ([in] HMENU hmenu, [in] DWORD idChild, [in, size_is(cProps)] const MSAAPROPID *props, [in] int cProps) |
|
HRESULT | ComposeHmenuIdentityString ([in] HMENU hmenu, [in] DWORD idChild, [out, size_is(, *string_len)] BYTE **str, [out] DWORD *string_len) |
|
HRESULT | DecomposeHmenuIdentityString ([in, size_is(string_len)] const BYTE *str, [in] DWORD string_len, [out] HMENU *phmenu, [out] DWORD *pidChild) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 256 of file oleacc.idl.