CAccPropServicesClass.ComposeHmenuIdentityString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CAccPropServicesClass and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices
interface.
public:
virtual void ComposeHmenuIdentityString(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, IntPtr ppIDString, [Runtime::InteropServices::Out] System::UInt32 % pdwIDStringLen) = Accessibility::IAccPropServices::ComposeHmenuIdentityString;
public virtual void ComposeHmenuIdentityString (ref Accessibility._RemotableHandle hmenu, uint idChild, IntPtr ppIDString, out uint pdwIDStringLen);
abstract member ComposeHmenuIdentityString : _RemotableHandle * uint32 * nativeint * uint32 -> unit
override this.ComposeHmenuIdentityString : _RemotableHandle * uint32 * nativeint * uint32 -> unit
Public Overridable 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.
Implements
Remarks
For more information, see the Microsoft Active Accessibility documentation.