IAccPropServices.ComposeHmenuIdentityString 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
IAccPropServices 介面和其所有公開的成員都是元件物件模型 (COM) IAccPropServices
介面之 Managed 包裝函式的一部分。
public:
void ComposeHmenuIdentityString(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, IntPtr ppIDString, [Runtime::InteropServices::Out] System::UInt32 % pdwIDStringLen);
public void ComposeHmenuIdentityString (ref Accessibility._RemotableHandle hmenu, uint idChild, IntPtr ppIDString, out uint pdwIDStringLen);
abstract member ComposeHmenuIdentityString : _RemotableHandle * uint32 * nativeint * uint32 -> unit
Public Sub ComposeHmenuIdentityString (ByRef hmenu As _RemotableHandle, idChild As UInteger, ppIDString As IntPtr, ByRef pdwIDStringLen As UInteger)
參數
- hmenu
- _RemotableHandle
識別以 HMENU 為基礎的可存取項目。
- idChild
- UInt32
指定可存取項目的子項目識別碼。
- ppIDString
-
IntPtr
nativeint
緩衝區的指標,接收識別字串。 被呼叫端會使用 CoTaskMemAlloc
配置緩衝區。 結束時,呼叫端必須呼叫 CoTaskMemFree
以釋放緩衝區。
- pdwIDStringLen
- UInt32
緩衝區的指標,接收識別字串的長度。
備註
如需 的詳細資訊 IAccPropServices,請參閱 有關動態批注的檔。