IPXV_Inst::PathToName Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 34: Line 34:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]]

Revision as of 05:08, 23 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT PathToName([in]                    LPWSTR        pPath,
                   [in, defaultvalue(0)]   VARIANT_BOOL  bDIPath,
                   [in, defaultvalue("")]  BSTR          pFSName,
                   [in, defaultvalue(-1)]  VARIANT_BOOL  bAllowAuth,
                   [in, defaultvalue(0)]   HANDLE_T      hWndParent,
                   [out, retval]           IAFS_Name**   ppRes);

Parameters

pPath
[in] Value of LPWSTR.
bDIPath
[in, defaultvalue(0)] Value of VARIANT_BOOL.
pFSName
[in, defaultvalue("")] Value of BSTR.
bAllowAuth
[in, defaultvalue(-1)] Value of VARIANT_BOOL.
hWndParent
[in, defaultvalue(0)] Value of HANDLE_T.
ppRes
[out, retval] Pointer to IAFS_Name.

Return Value

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

See Also

IPXV_Inst