IPXV_PasswordStorage::GetPassword Method
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetPassword([in] GUID* stComponent,
[in] LPWSTR sSection,
[in] LPWSTR sResource,
[in, defaultvalue(0)] HANDLE_T hWndParent,
[out, retval] BSTR* sPassword);
Parameters
- stComponent
- [in] Pointer to GUID.
- sSection
- [in] Value of LPWSTR.
- sResource
- [in] Value of LPWSTR.
- hWndParent
- [in, defaultvalue(0)] Value of HANDLE_T.
- sPassword
- [out, retval] Pointer to BSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.