Udostępnij za pośrednictwem


CAccPropServicesClass.DecomposeHmenuIdentityString Metoda

Definicja

Przeciążenia

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

Wszystkie CAccPropServicesClass 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)

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

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

Parametry

pIDString
Byte

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

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 elementu dostępnego.

pidChild
UInt32

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

Implementuje

Dotyczy

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

public:
 virtual void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHmenuIdentityString;
public virtual void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
override this.DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
Public Overridable 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 na podstawie 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 elementu dostępnego.

pidChild
UInt32

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

Implementuje

Dotyczy