CAccPropServicesClass.DecomposeHmenuIdentityString 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32) |
CAccPropServicesClass 與其所有公開成員都是元件物件模型 (COM) IAccPropServices 介面之受控包裝函式的一部分。 |
DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32) |
CAccPropServicesClass 和其所有公開的成員都是元件物件模型 (COM) |
DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)
CAccPropServicesClass 與其所有公開成員都是元件物件模型 (COM) IAccPropServices 介面之受控包裝函式的一部分。
public:
virtual void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHmenuIdentityString;
public virtual void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
override this.DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
Public Overridable Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phmenu As _RemotableHandle, ByRef pidChild As UInteger)
參數
- pIDString
- Byte
CAccPropServicesClass 與其所有公開成員都是元件物件模型 (COM) IAccPropServices 介面之受控包裝函式的一部分。
- dwIDStringLen
- UInt32
指定由 pIDString
指定之識別字串的長度。
- phmenu
- _RemotableHandle
緩衝區的指標,接收可存取項目的 HMENU。
- pidChild
- UInt32
緩衝區的指標,接收可存取項目的子項識別碼。
實作
適用於
DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)
CAccPropServicesClass 和其所有公開的成員都是元件物件模型 (COM) IAccPropServices
介面之 Managed 包裝函式的一部分。
public:
virtual void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHmenuIdentityString;
public virtual void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
override this.DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
Public Overridable 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
緩衝區的指標,接收可存取項目的子項識別碼。