IString::SetValue Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT SetValue([in]                    LPWSTR  sVal,
                 [in, defaultvalue(-1)]  LONG    nLen);

Parameters

sVal
[in] Value of LPWSTR.
nLen
[in, defaultvalue(-1)] Value of LONG.

Return Value

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

See Also

IString