ITextServices::TxGetHScroll-Methode (textserv.h)

Gibt horizontale Bildlaufleisteninformationen zurück.

Syntax

HRESULT TxGetHScroll(
  LONG *plMin,
  LONG *plMax,
  LONG *plPos,
  LONG *plPage,
  BOOL *pfEnabled
);

Parameter

plMin

Typ: LONG*

Die minimale Bildlaufposition.

plMax

Typ: LONG*

Die maximale Bildlaufposition.

plPos

Typ: LONG*

Die aktuelle Bildlaufposition.

plPage

Typ: LONG*

Die Ansichtsbreite in Pixel.

pfEnabled

Typ: BOOL*

Gibt an, ob horizontaler Bildlauf aktiviert ist. Bei TRUE ist der horizontale Bildlauf aktiviert.

Rückgabewert

Typ: HRESULT

Diese Methode gibt immer S_OK zurück.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2003 [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile textserv.h
DLL Msftedit.dll

Weitere Informationen

ITextServices

Übersicht über fensterlose Rich-Edit-Steuerelemente