Tagged Questions
0
votes
3answers
278 views
BSTR and SysAllockStringByteLen() in C++
I'm new to C++, so this may be a noobish question; I have the following function:
#define SAFECOPYLEN(dest, src, maxlen) \
{ ...