IPXV_MainFrame::GetLastWndState Method

From PDF XChange PDF SDK
Revision as of 07:02, 11 April 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Gets main frame's last window state.

Syntax

HRESULT GetLastWndState([out]  RECT*  stRect,
                        [out]  RECT*  stRestoredRect,
                        [out]  LONG*  nStyle);

Parameters

stRect
[out] Pointer to RECT containing the frame's rectangle coordinates.
stRestoredRect
[out] Pointer to RECT containing the frame's restored rectangle coordinates.
nStyle
[out] Pointer to LONG containing the window's style (maximized, minimized, etc).

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_MainFrame