다음을 통해 공유


CAccPropServicesClass.DecomposeHwndIdentityString 메서드

정의

오버로드

DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)

CAccPropServicesClass와 노출된 모든 멤버는 COM IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.

DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32)

CAccPropServicesClass와 노출된 모든 멤버는 COM(구성 요소 개체 모델) IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.

DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)

CAccPropServicesClass와 노출된 모든 멤버는 COM IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.

public:
 virtual void DecomposeHwndIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHwndIdentityString;
public virtual void DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phwnd, out uint pidObject, out uint pidChild);
abstract member DecomposeHwndIdentityString : byte * uint32 * nativeint * uint32 * uint32 -> unit
override this.DecomposeHwndIdentityString : byte * uint32 * nativeint * uint32 * uint32 -> unit
Public Overridable Sub DecomposeHwndIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phwnd As IntPtr, ByRef pidObject As UInteger, ByRef pidChild As UInteger)

매개 변수

pIDString
Byte

Hwnd 기반 액세스 가능 요소의 ID 문자열이 들어 있는 버퍼에 대한 포인터입니다.

dwIDStringLen
UInt32

pIDString으로 지정되는 ID 문자열의 길이를 지정합니다.

phwnd
IntPtr

nativeint

액세스 가능 요소의 HWND를 받는 버퍼에 대한 포인터입니다.

pidObject
UInt32

액세스 가능 요소의 개체 ID를 받는 버퍼에 대한 포인터입니다.

pidChild
UInt32

액세스 가능 요소의 자식 ID를 받는 버퍼에 대한 포인터입니다.

구현

적용 대상

DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32)

CAccPropServicesClass와 노출된 모든 멤버는 COM(구성 요소 개체 모델) IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.

public:
 virtual void DecomposeHwndIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHwndIdentityString;
public virtual void DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phwnd, out uint pidObject, out uint pidChild);
abstract member DecomposeHwndIdentityString : byte * uint32 * _RemotableHandle * uint32 * uint32 -> unit
override this.DecomposeHwndIdentityString : byte * uint32 * _RemotableHandle * uint32 * uint32 -> unit
Public Overridable Sub DecomposeHwndIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phwnd As _RemotableHandle, ByRef pidObject As UInteger, ByRef pidChild As UInteger)

매개 변수

pIDString
Byte

CAccPropServicesClass와 노출된 모든 멤버는 COM(구성 요소 개체 모델) IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.

dwIDStringLen
UInt32

pIDString으로 지정되는 ID 문자열의 길이를 지정합니다.

phwnd
_RemotableHandle

액세스 가능 요소의 HWND를 받는 버퍼에 대한 포인터입니다.

pidObject
UInt32

액세스 가능 요소의 개체 ID를 받는 버퍼에 대한 포인터입니다.

pidChild
UInt32

액세스 가능 요소의 자식 ID를 받는 버퍼에 대한 포인터입니다.

구현

적용 대상