IPXV_Inst::ShowCreateFileErrDlg Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT ShowCreateFileErrDlg(IAFS_Name* pFileName, HRESULT hErr, [in, optional] ULONG_PTR hWndParent, [in, optional] LONG nFlags, [out, optional] IAFS_Name** ppNewFileName, [out, retval] LONG* pRes);
Parameters
- pFileName
- Pointer to IAFS_Name.
- hErr
- Value of HRESULT.
- hWndParent
- [in, optional] Value of ULONG_PTR.
- nFlags
- [in, optional] Value of LONG.
- ppNewFileName
- [out, optional] Pointer to IAFS_Name.
- pRes
- [out, retval] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXV_Inst.