IAccPropServices.DecomposeHwndIdentityString 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32) |
IAccPropServices 인터페이스와 노출된 모든 멤버는 COM |
DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32) |
IAccPropServices 인터페이스와 노출된 모든 멤버는 COM(구성 요소 개체 모델) IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다. |
DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)
IAccPropServices 인터페이스와 노출된 모든 멤버는 COM IAccPropServices
인터페이스의 관리되는 래퍼에 속합니다.
public:
void DecomposeHwndIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phwnd, out uint pidObject, out uint pidChild);
abstract member DecomposeHwndIdentityString : byte * uint32 * nativeint * uint32 * uint32 -> unit
Public 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)
IAccPropServices 인터페이스와 노출된 모든 멤버는 COM(구성 요소 개체 모델) IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.
public:
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);
public 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
Public Sub DecomposeHwndIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phwnd As _RemotableHandle, ByRef pidObject As UInteger, ByRef pidChild As UInteger)
매개 변수
- pIDString
- Byte
Hwnd 기반 액세스 가능 요소의 ID 문자열이 들어 있는 버퍼에 대한 포인터입니다.
- dwIDStringLen
- UInt32
pIDString
으로 지정되는 ID 문자열의 길이를 지정합니다.
- phwnd
- _RemotableHandle
액세스 가능 요소의 HWND를 받는 버퍼에 대한 포인터입니다.
- pidObject
- UInt32
액세스 가능 요소의 개체 ID를 받는 버퍼에 대한 포인터입니다.
- pidChild
- UInt32
액세스 가능 요소의 자식 ID를 받는 버퍼에 대한 포인터입니다.
설명
에 대한 IAccPropServices자세한 내용은 동적 주석에 대한 설명서를 참조하세요.
적용 대상
.NET