property AllocString.
Allocates a memory block for C-String data.
|
stringSize
[in] . Size in bytes for allocating
pVal
[out, retval] The returned value is a valid
memory pointer or 0 if failed.
S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.
E_UNEXPECTED
An unexpected error occoured.