IPXV_Control::GetPaneVisibility2 Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Control::GetPaneVisibility2 Method}} | {{#customTitle:IPXV_Control::GetPaneVisibility2 Method}} | ||
{{#parentPage:PXV:IPXV_Control#Methods|GetPaneVisibility2|method}} | {{#parentPage:PXV:IPXV_Control#Methods|GetPaneVisibility2|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets visibility state of UI-pane. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;nPaneID | ;nPaneID | ||
− | :[in] | + | :[in] The unique identifier of UI-pane. |
;pVal | ;pVal | ||
:[out, retval] Pointer to LONG. | :[out, retval] Pointer to LONG. |
Revision as of 18:12, 27 May 2015
Gets visibility state of UI-pane.
Syntax
HRESULT GetPaneVisibility2([in] LONG nPaneID, [out, retval] LONG* pVal);
Parameters
- nPaneID
- [in] The unique identifier of UI-pane.
- pVal
- [out, retval] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.