IPXV_Inst::SetStdFolder Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXV_Inst::SetStdFolder Method}}
 
{{#customTitle:IPXV_Inst::SetStdFolder Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Changes location of special program folder.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''nFolderID''
 
;''nFolderID''
:[in]  Value of [[PXV:PXV_StdFolderID|PXV_StdFolderID]].
+
:[in]  Standard [[PXV:PXV_StdFolderID|PXV_StdFolderID]] to set.
 
;''pFolderPath''
 
;''pFolderPath''
:[in]  Value of BSTR.
+
:[in]  Value of BSTR containing folder path to set.
 
;''bUser''
 
;''bUser''
:[in]  Value of VARIANT_BOOL.
+
:[in]  BOOLEAN Variant to indicate if his is a User folder.
  
 
== Return Value ==
 
== Return Value ==
Line 19: Line 19:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
See also [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:PXV_StdFolderID|PXV_StdFolderID]].

Revision as of 04:34, 21 March 2015

Changes location of special program folder.

Syntax

HRESULT SetStdFolder([in] PXV_StdFolderID nFolderID, [in] BSTR pFolderPath, [in] VARIANT_BOOL bUser);

Parameters

nFolderID
[in] Standard PXV_StdFolderID to set.
pFolderPath
[in] Value of BSTR containing folder path to set.
bUser
[in] BOOLEAN Variant to indicate if his is a User folder.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IPXV_Inst, PXV_StdFolderID.