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.

C#
public void ComposeHmenuIdentityString(ref Accessibility._RemotableHandle hmenu, uint idChild, IntPtr ppIDString, out uint pdwIDStringLen);

Parameters

hmenu
_RemotableHandle

Identifies the HMENU-based accessible element.

idChild
UInt32

Specifies the child ID of the accessible element.

ppIDString
IntPtr

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

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10