IAFS_BindPromptCallback::OnBindPrompt Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IAFS_BindPromptCallback::OnBindPrompt Method}} | {{#customTitle:IAFS_BindPromptCallback::OnBindPrompt Method}} | ||
− | {{#parentPage:PXV:IAFS_BindPromptCallback|OnBindPrompt | + | {{#parentPage:PXV:IAFS_BindPromptCallback#Methods|OnBindPrompt|method}} |
− | + | ||
− | + | ||
− | The method | + | The method that should be called to prompt users. |
== Syntax == | == Syntax == | ||
Line 12: | Line 10: | ||
== Return Value == | == Return Value == | ||
− | Returns S_OK if operation was successful | + | Returns S_OK if the operation was successful, otherwise an error code is returned. |
== See Also == | == See Also == | ||
− | [[PXV:IAFS_BindPromptCallback|IAFS_BindPromptCallback]] | + | [[PXV:IAFS_BindPromptCallback|IAFS_BindPromptCallback]] |
Latest revision as of 22:50, 30 November 2017
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.