IAFS_BindPromptCallback::OnBindPrompt Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
The method that should be called to prompts user.
+
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 or error code in other cases.
+
Returns S_OK if the operation was successful, and will return an error code if it fails.
  
 
== See Also ==
 
== See Also ==

Revision as of 11: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.

See Also

IAFS_BindPromptCallback
IAFS_BindContext
IAFS_BindContext::OnPrompt