IAFS_BindPromptCallback::OnBindPrompt Method

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{ToReview}}
 
  
 
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, and will return an error code if it fails.
+
Returns S_OK if the operation was successful, otherwise an error code is returned.
  
 
== See Also ==
 
== See Also ==

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

See Also

IAFS_BindPromptCallback
IAFS_BindContext
IAFS_BindContext::OnPrompt