Desktop Functions: Smart Device Functions:
|
Search Results for "Arc" in [All]rapi1: CeFindClose 4: CeMoveFile 5: CeRapiInvoke 9: CE_FIND_DATA xolehlp10: 11 oleacc
public static extern uint AccessibleChildren( IAccessible paccContainer, int iChildStart, int cChildren, [Out] object[] rgvarChildren, out int pcObtained);
Declare Function AccessibleChildren Lib "oleacc.dll" (ByVal paccContainer As IAccessible, ByVal iChildStart As Integer, ByVal cChildren As Integer, <[Out]()> ByVal rgvarChildren() As Object, ByRef pcObtained As Integer) As UInteger
Function AccessibleChildren(ByVal paccContainer As IAccessible, ByVal iChildStart As Integer, ByVal cChildren As Integer, <[Out]()> ByVal rgvarChildren() As Object, ByRef pcObtained As Integer) As UInteger
public static extern uint AccessibleObjectFromEvent( IntPtr hwnd, uint dwObjectID, uint dwChildID, out IAccessible ppacc, [MarshalAs(UnmanagedType.Struct)] out object pvarChild);
out IAccessible ppacc, [MarshalAs(UnmanagedType.Struct)] out object pvarChild); This function retrieves the lowest-level accessible object in the object hierarchy at the given point specified in screen coordinates where 0, 0 is the upper left corner. If the element at the point is not an accessible object (that is, does not support IAccessible), then the function retrieves the IAccessible interface of the parent object. The parent object must provide information about the child element through the IAccessible interface.
object varChildID;
IntPtr success = AccessibleObjectFromPoint(pt, out accObj, out varChildID);
ChildID = (int)varChildID; This function retrieves the lowest-level accessible object in the object hierarchy at a given point in screen coordinates where (0, 0) is the upper left corner. If the element at the point is not an accessible object (that is, does not support IAccessible), then the function retrieves the IAccessible interface of the parent object. The parent object must provide information about the child element through the IAccessible interface.
object varChildID;
IntPtr success = AccessibleObjectFromPoint(pt, out accObj, out varChildID);
ChildID = (int)varChildID;
Dim varChild As Accessibility.IAccessible
Dim aaVal As Int32 = AccessibleObjectFromWindow(hWnd, ID, IID_IAcce, varChild) 17: GetRoleText 18: GetStateText 19: IAccessible 21: sassirekha opengl3224: 32 25: OpenGL
public static extern void glClearColor(float red, float green, float blue, float alpha); 27: OpenGL32 29: WinXP secur3232: DecryptMessage 33: EncryptMessage 34: GetUserNameEx 43: LsaLogonUser 46: NegotiateStream 48: TranslateName comctl3251: DoReaderMode 52: ImageList_Add 55: ImageList_Create 60: ImageList_DrawEx Cut off search results after 60. Please refine your search. |