This topic has not yet been rated - Rate this topic

CAccPropServicesClass.DecomposeHwndIdentityString Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The CAccPropServicesClass and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices interface.

Namespace:  Accessibility
Assembly:  Accessibility (in Accessibility.dll)
public virtual void DecomposeHwndIdentityString(
	ref byte pIDString,
	uint dwIDStringLen,
	IntPtr phwnd,
	out uint pidObject,
	out uint pidChild
)

Parameters

pIDString
Type: System.Byte%

Pointer to a buffer containing identity string of an Hwnd-based accessible element.

dwIDStringLen
Type: System.UInt32

Specifies the length of the identity string specified by pIDString.

phwnd
Type: System.IntPtr

Pointer to a buffer that receives the HWND of the accessible element.

pidObject
Type: System.UInt32%

Pointer to a buffer that receives the object ID of the accessible element.

pidChild
Type: System.UInt32%

Pointer to a buffer that receives the child ID of the accessible element.

Implements

IAccPropServices.DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)

For more information, see the Microsoft Active Accessibility documentation in the MSDN library at http://msdn.microsoft.com/library.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.