IAFS_BindPromptCallback::OnBindPrompt Method
From PDF XChange PDF SDK
Line 3: | Line 3: | ||
{{#customTitle:IAFS_BindPromptCallback::OnBindPrompt Method}} | {{#customTitle:IAFS_BindPromptCallback::OnBindPrompt Method}} | ||
{{#parentPage:PXV:IAFS_BindPromptCallback#Methods|OnBindPrompt|method}} | {{#parentPage:PXV:IAFS_BindPromptCallback#Methods|OnBindPrompt|method}} | ||
− | |||
The method that should be called to prompt users. | The method that should be called to prompt users. | ||
Line 11: | Line 10: | ||
== Return Value == | == Return Value == | ||
− | Returns S_OK if the operation was successful, | + | Returns S_OK if the operation was successful, otherwise an error code is returned. |
== See Also == | == See Also == |
Revision as of 10:22, 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, otherwise an error code is returned.