vote up 0 vote down star

http://msdn.microsoft.com/en-us/library/dd317976(VS.85).aspx

STDAPI AccessibleObjectFromEvent(
  __in   HWND hwnd,
  __in   DWORD dwObjectID,
  __in   DWORD dwChildID,
  __out  IAccessible **ppacc,
  __out  VARIANT *pvarChild
);

What is IAccessible** equivalent in Delphi (2009)?

flag

1 Answer

vote up 0 vote down check
function AccessibleObjectFromEvent(H : HWND; dwID, dwChildID : DWORD; out Acc : IAccessible; var varChild : Variant) : HRESULT; stdcall;
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.