共用方式為


IAccPropServices.DecomposeHmenuIdentityString 方法

定義

多載

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

IAccPropServices 介面與其所有公開成員都是元件物件模型 (COM) IAccPropServices 介面之受控包裝函式的一部分。

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

IAccPropServices 介面和其所有公開的成員都是元件物件模型 (COM) IAccPropServices 介面之 Managed 包裝函式的一部分。

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 可存取項目的識別字串。

dwIDStringLen
UInt32

指定由 pIDString 指定之識別字串的長度。

phmenu
_RemotableHandle

緩衝區的指標,接收可存取項目的 HMENU。

pidChild
UInt32

緩衝區的指標,接收可存取項目的子項識別碼。

備註

如需 的詳細資訊 IAccPropServices,請參閱 動態註釋的相關文件。

適用於

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

IAccPropServices 介面和其所有公開的成員都是元件物件模型 (COM) IAccPropServices 介面之 Managed 包裝函式的一部分。

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 可存取項目的識別字串。

dwIDStringLen
UInt32

指定由 pIDString 指定之識別字串的長度。

phmenu
IntPtr

nativeint

緩衝區的指標,接收可存取項目的 HMENU。

pidChild
UInt32

緩衝區的指標,接收可存取項目的子項識別碼。

適用於