IAFS_BindPromptCallback::OnBindPrompt Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by 2 users not shown)
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 prompts user.
+
The method that should be called to prompt users.
  
 
== Syntax ==
 
== Syntax ==
Line 11: Line 10:
  
 
== 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, otherwise an error code is returned.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IAFS_BindPromptCallback|IAFS_BindPromptCallback]]
 
[[PXV:IAFS_BindPromptCallback|IAFS_BindPromptCallback]]
[[PXV:IAFS_BindContext|IAFS_BindContext]]
 

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