Home
last modified time | relevance | path

Searched refs:ConvertToWideChar (Results 1 – 2 of 2) sorted by relevance

/reactos/base/system/regsvr32/
H A Dregsvr32.c219 #define ConvertToWideChar(lptString) (lptString) macro
223 LPWSTR ConvertToWideChar(LPCSTR lpString) in ConvertToWideChar() function
375 lpwDllCmdLine = ConvertToWideChar(lptDllCmdLine); in _tWinMain()
/reactos/base/system/rundll32/
H A Drundll32.c245 #define ConvertToWideChar(lptString) (lptString) macro
249 LPWSTR ConvertToWideChar(LPCSTR lpString) in ConvertToWideChar() function
513 lpwCmdLine = ConvertToWideChar(lptCmdLine); in _tWinMain()