IPXC_ColorManager::GetProfileInfo Method

From PDF XChange PDF SDK
Revision as of 06:58, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetProfileInfo([in]   ULONG                     Index,
                       [out]  BSTR*                     Name,
                       [out]  PXC_ProfileWorkingSpace*  WS,
                       [out]  ULONG*                    Flags);

Parameters

Index
[in] Value of ULONG.
Name
[out] Pointer to BSTR.
WS
[out] Pointer to PXC_ProfileWorkingSpace.
Flags
[out] Pointer to ULONG.

Return Value

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

See Also

IPXC_ColorManager