IAFS_BindPromptCallback::OnBindPrompt Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 13: Line 13:
  
 
== See Also ==
 
== See Also ==
:[[PXV:IAFS_BindPromptCallback|IAFS_BindPromptCallback]]
+
[[PXV:IAFS_BindPromptCallback|IAFS_BindPromptCallback]]
:[[PXV:IAFS_BindContext|IAFS_BindContext]]
+
:[[PXV:IAFS_BindContext_OnPrompt|IAFS_BindContext::OnPrompt]]
+

Latest revision as of 23: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.

See Also

IAFS_BindPromptCallback