Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
7/8/2014
Review the use, syntax, parameters, and return values of the YPos property of the IObjectInfoEx API in Windows Embedded 8.1 Industry (Industry 8.1).
This property of an instance of the IObjectInfoEx interface is a numeric expression that specifies, in twips, the vertical distance of the left edge of the window from the left edge of the screen. This measurement refers to the position of the window before it is moved off the screen.
Syntax
HRESULT YPos(
[out, retval] LONG* pVal
);
Parameters
- pVal
[out, retval] An integer value, in twips, that specifies the vertical distance of the left edge of the window from the left edge of the screen.
Return Value
Returns ERROR_SUCCESS if successful.