IAccPropServices.ComposeHmenuIdentityString Method

Definition

The IAccPropServices interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices interface.

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)

Parameters

hmenu
_RemotableHandle

Identifies the HMENU-based accessible element.

idChild
UInt32

Specifies the child ID of the accessible element.

ppIDString
IntPtr

nativeint

Pointer to a buffer that receives the identity string. The callee allocates this buffer using CoTaskMemAlloc. When finished, the caller must free the buffer by calling CoTaskMemFree.

pdwIDStringLen
UInt32

Pointer to a buffer that receives the length of the identity string.

Remarks

For more information about IAccPropServices, see the documentation about Dynamic Annotation.

Applies to