IPXV_MainFrame::GetLastWndState Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetLastWndState([out]  RECT*  stRect,
+
<pre class="brush:cpp;gutter:false">HRESULT GetLastWndState([out]  RECT*  Rect,
                         [out]  RECT*  stRestoredRect,
+
                         [out]  RECT*  RestoredRect,
                         [out]  LONG*  nStyle);</pre>
+
                         [out]  LONG*  Style);</pre>
  
 
== Parameters ==
 
== Parameters ==
;stRect
+
;Rect
 
:[out]  Pointer to RECT.
 
:[out]  Pointer to RECT.
;stRestoredRect
+
;RestoredRect
 
:[out]  Pointer to RECT.
 
:[out]  Pointer to RECT.
;nStyle
+
;Style
 
:[out]  Pointer to LONG.
 
:[out]  Pointer to LONG.
  

Revision as of 07:35, 12 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetLastWndState([out]  RECT*  Rect,
                        [out]  RECT*  RestoredRect,
                        [out]  LONG*  Style);

Parameters

Rect
[out] Pointer to RECT.
RestoredRect
[out] Pointer to RECT.
Style
[out] Pointer to LONG.

Return Value

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

See Also

IPXV_MainFrame