IPXV_PasswordStorage::SetPassword Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT SetPassword([in]                   GUID*     stComponent,
                    [in]                   LPWSTR    sSection,
                    [in]                   LPWSTR    sResource,
                    [in]                   LPWSTR    sPassword,
                    [in, defaultvalue(0)]  HANDLE_T  hWndParent);

Parameters

stComponent
[in] Pointer to GUID.
sSection
[in] Value of LPWSTR.
sResource
[in] Value of LPWSTR.
sPassword
[in] Value of LPWSTR.
hWndParent
[in, defaultvalue(0)] Value of HANDLE_T.

Return Value

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

See Also

IPXV_PasswordStorage