property EncryptBSTR.
Encodes or decodes a regular string (without 0
character) with a custom password.
|
SrcData
[in] . BSTR string to encode or decode
Password
[in,defaultvalue("P@SSPORT_2318")]
. Password for encoding/decoding
pVal
[out,
retval] The returned value encoded or decoded BSTR string
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.