IUIX_ThemeClass::GetPartState Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetPartState([in]           BSTR                        sPartID,
                     [in]           BSTR                        sStateID,
                     [out, retval]  IUIX_ThemeClassPartState**  pPart);

Parameters

sPartID
[in] Value of BSTR.
sStateID
[in] Value of BSTR.
pPart
[out, retval] Pointer to IUIX_ThemeClassPartState.

Return Value

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

See Also

IUIX_ThemeClass