#include <malloc.h>
Go to the source code of this file.
|
|
Value: (\
((_lpa = lpa) == NULL) ? NULL : (\
_convert = (lstrlenA(_lpa)+1),\
OW32::A2WHelper((LPWSTR) _alloca(_convert*2), _lpa, _convert)))
|
|
|
Value: (\
((_lpw = lpw) == NULL) ? NULL : (\
_convert = (lstrlenW(_lpw)+1)*2,\
OW32::W2AHelper((LPSTR) _alloca(_convert), _lpw, _convert)))
|
1.3.9.1