IAFS_Inst::ShowCommonDlg Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT ShowCommonDlg([in]           LONG                    nDlgType,
                      [in]           IAFS_Name*              pHostName,
                      [in]           ICab*                   pDlgParams,
                      [in]           HANDLE_T                hWndParent,
                      [out]          IAFS_NamesCollection**  pOutNames,
                      [out, retval]  LONG*                   pUserChoice);

Parameters

nDlgType
[in] Value of LONG.
pHostName
[in] Pointer to IAFS_Name.
pDlgParams
[in] Pointer to ICab.
hWndParent
[in] Value of HANDLE_T.
pOutNames
[out] Pointer to IAFS_NamesCollection.
pUserChoice
[out, retval] Pointer to LONG.

Return Value

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

See Also

IAFS_Inst