IAFS_BindContext::OnPrompt Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT OnPrompt([in]  IAFS_BindPromptCallback*  pCb);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT OnPrompt([in]  IAFS_BindPromptCallback*  cb);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pCb
+
;cb
 
: Interface of the callback object, provided by the file system, to show a prompt to a user.
 
: Interface of the callback object, provided by the file system, to show a prompt to a user.
  

Revision as of 09:40, 10 June 2015

Called, by the file system, to show a prompt to a user.

Syntax

HRESULT OnPrompt([in]  IAFS_BindPromptCallback*  cb);

Parameters

cb
Interface of the callback object, provided by the file system, to show a prompt to a user.

Return Value

Returns S_OK if the operation was successful, otherwise an error code is returned.

See Also

IAFS_BindContext
IAFS_BindPromptCallback