IAFS_BindPromptCallback::OnBindPrompt Method
From PDF XChange PDF SDK
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | The method that prompts user. | + | The method that should be called to prompts user. |
== Syntax == | == Syntax == | ||
Line 14: | Line 14: | ||
== See Also == | == See Also == | ||
− | [[PXV:IAFS_BindPromptCallback|IAFS_BindPromptCallback]] | + | :[[PXV:IAFS_BindPromptCallback|IAFS_BindPromptCallback]] |
− | [[PXV:IAFS_BindContext|IAFS_BindContext]] | + | :[[PXV:IAFS_BindContext|IAFS_BindContext]] |
+ | :[[PXV:IAFS_BindContext_OnPrompt|IAFS_BindContext::OnPrompt]] |
Revision as of 23:40, 26 May 2015
The method that should be called to prompts user.
Syntax
HRESULT OnBindPrompt();
Return Value
Returns S_OK if operation was successful or error code in other cases.