Searched refs:STR2WSTR (Results 1 – 8 of 8) sorted by relevance
36 STR2WSTR(lpPath, wcslen(lpPathW) + 1);
36 STR2WSTR(lpPath, MAX_PATH);
36 return (DWORD) STR2WSTR( lpFileName, nSize );
38 STR2WSTR( lpLongPath, cchBuffer ); in GetLongPathNameW_NT()
102 #define STR2WSTR( lpStr, cchBuffer ) \ macro
93 #define STR2WSTR( lpStr, cchBuffer ) \ macro
Completed in 17 milliseconds