IAFS_BindPromptCallback::OnBindPrompt Method
From PDF XChange PDF SDK
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | The method that should be called to | + | The method that should be called to prompt users. |
== Syntax == | == Syntax == | ||
Line 11: | Line 11: | ||
== Return Value == | == Return Value == | ||
− | Returns S_OK if operation was successful | + | Returns S_OK if the operation was successful, and will return an error code if it fails. |
== See Also == | == See Also == |
Revision as of 10:21, 28 May 2015
The method that should be called to prompt users.
Syntax
HRESULT OnBindPrompt();
Return Value
Returns S_OK if the operation was successful, and will return an error code if it fails.