IPXV_MainFrame::GetLastWndState Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_MainFrame::GetLastWndState Method}}
 
{{#customTitle:IPXV_MainFrame::GetLastWndState Method}}
 
{{#parentPage:PXV:IPXV_MainFrame#Methods|GetLastWndState|method}}
 
{{#parentPage:PXV:IPXV_MainFrame#Methods|GetLastWndState|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets main frame's last window state.
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;stRect
 
;stRect
:[out]  Pointer to RECT.
+
:[out]  Pointer to RECT containing the frame's rectangle coordinates.
 
;stRestoredRect
 
;stRestoredRect
:[out]  Pointer to RECT.
+
:[out]  Pointer to RECT containing the frame's restored rectangle coordinates.
 
;nStyle
 
;nStyle
:[out]  Pointer to LONG.
+
:[out]  Pointer to LONG containing the window's style (maximized, minimized, etc).
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 07:02, 11 April 2016


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