ZakiMaksyutov
Programmer
Hi!
I would like to have function in my COM EXE-server:
HRESULT GetData(byte** ppb, long& plBytes); or something like this.
This function should allocate memory, store data in it and return. But I don't know how to do this. I can't simply allocate
May be there is another approach (may be SafeArray, I don't know)?
Thanks for any help.
I would like to have function in my COM EXE-server:
HRESULT GetData(byte** ppb, long& plBytes); or something like this.
This function should allocate memory, store data in it and return. But I don't know how to do this. I can't simply allocate
May be there is another approach (may be SafeArray, I don't know)?
Thanks for any help.