IAccPropServices.DecomposeHmenuIdentityString Metoda

Definicja

Przeciążenia

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

Interfejs IAccPropServices i wszystkie jego uwidocznione elementy członkowskie są częścią zarządzanej otoki interfejsu IAccPropServices modelu obiektów składowych (COM).

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

Interfejs IAccPropServices i wszystkie jego uwidocznione elementy członkowskie są częścią zarządzanej otoki interfejsu modelu obiektów składników (COM). IAccPropServices

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

Interfejs IAccPropServices i wszystkie jego uwidocznione elementy członkowskie są częścią zarządzanej otoki interfejsu IAccPropServices modelu obiektów składowych (COM).

public:
 void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
Public Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phmenu As _RemotableHandle, ByRef pidChild As UInteger)

Parametry

pIDString
Byte

Wskaźnik do buforu zawierającego ciąg tożsamości elementu dostępnego opartego na HMENU.

dwIDStringLen
UInt32

Określa długość ciągu tożsamości określonego przez pIDString.

phmenu
_RemotableHandle

Wskaźnik do buforu, który odbiera HMENU dostępnego elementu.

pidChild
UInt32

Wskaźnik do buforu, który odbiera identyfikator podrzędny dostępnego elementu.

Uwagi

Aby uzyskać więcej informacji na temat IAccPropServicesprogramu , zobacz dokumentację dotyczącą adnotacji dynamicznej.

Dotyczy

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

Interfejs IAccPropServices i wszystkie jego uwidocznione elementy członkowskie są częścią zarządzanej otoki interfejsu modelu obiektów składników (COM). IAccPropServices

public:
 void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
Public Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phmenu As IntPtr, ByRef pidChild As UInteger)

Parametry

pIDString
Byte

Wskaźnik do buforu zawierającego ciąg tożsamości elementu dostępnego opartego na HMENU.

dwIDStringLen
UInt32

Określa długość ciągu tożsamości określonego przez pIDString.

phmenu
IntPtr

nativeint

Wskaźnik do buforu, który odbiera HMENU dostępnego elementu.

pidChild
UInt32

Wskaźnik do buforu, który odbiera identyfikator podrzędny dostępnego elementu.

Dotyczy