Results 1 to 3 of 3

Thread: Troubles with API call

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    3

    Troubles with API call

    I just try to make a DllImport with the following api (in oleacc.dll) and I have troubles with the IAccessible** parameter

    STDAPI AccessibleObjectFromPoint(
    POINT ptScreen,
    IAccessible** ppacc,
    VARIANT* pvarChild
    );

    Anyone has an idea ?
    Thx

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    I think you have to make IAccessible a delegate.
    Dont gain the world and lose your soul

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    3
    using the object type I get some values but less than my ocx done in c++

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width