IUIX_PropSheetPage::OnBeginDialog Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_PropSheetPage::OnBeginDialog Method}} | {{#customTitle:IUIX_PropSheetPage::OnBeginDialog Method}} | ||
− | {{#parentPage:PXV:IUIX_PropSheetPage|method}} | + | {{#parentPage:PXV:IUIX_PropSheetPage|OnBeginDialog Method|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT OnBeginDialog([in] IUIX_PropSheets* pHost);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT OnBeginDialog([in] IUIX_PropSheets* pHost);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pHost |
:[in] Pointer to [[PXV:IUIX_PropSheets|IUIX_PropSheets]]. | :[in] Pointer to [[PXV:IUIX_PropSheets|IUIX_PropSheets]]. | ||
Revision as of 05:53, 23 April 2015
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT OnBeginDialog([in] IUIX_PropSheets* pHost);
Parameters
- pHost
- [in] Pointer to IUIX_PropSheets.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IUIX_PropSheetPage.