MEM_PROC TEXTSTR MEM_API StrDupEx(CTEXTSTR original DBG_PASS); #define StrDup(o) StrDupEx( (o) DBG_SRC )
sharemem.h
Duplicates a string, and returns a pointer to the copy.
Functions