IAFS_BindPromptCallback::OnBindPrompt Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_BindPromptCallback::OnBindPrompt Method}}
 
{{#customTitle:IAFS_BindPromptCallback::OnBindPrompt Method}}
{{#parentPage:PXV:IAFS_BindPromptCallback|method}}
+
{{#parentPage:PXV:IAFS_BindPromptCallback#Methods|OnBindPrompt|method}}
{{ToWrite}}
+
{{ToReview}}
+
  
The method of interface of PDF-XChange Editor SDK.
+
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 ==
See also [[PXV:IAFS_BindPromptCallback|IAFS_BindPromptCallback]].
+
[[PXV:IAFS_BindPromptCallback|IAFS_BindPromptCallback]]

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