IAccPropServices.DecomposeHmenuIdentityString 메서드

정의

오버로드

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

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

public:
 void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
Public Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phmenu As _RemotableHandle, ByRef pidChild As UInteger)

매개 변수

pIDString
Byte

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

dwIDStringLen
UInt32

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

phmenu
_RemotableHandle

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

pidChild
UInt32

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

설명

에 대한 IAccPropServices자세한 내용은 동적 주석에 대한 설명서를 참조하세요.

적용 대상

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

public:
 void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
Public Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phmenu As IntPtr, ByRef pidChild As UInteger)

매개 변수

pIDString
Byte

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

dwIDStringLen
UInt32

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

phmenu
IntPtr

nativeint

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

pidChild
UInt32

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

적용 대상