property ConvertBinaryToString.
Converts binary data block to C-String data.
|
pBinaryData
[in] . Binary data block which may contain '\0'
character.
length
[in] . Length of binary data
pVal
[out,
retval] The returned value is an allocated pointer to a C-String.
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.