Searched refs:CommandLineToArgvW (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/sal/inc/systools/win32/ |
H A D | shell9x.h | 48 #ifdef CommandLineToArgvW 49 #undef CommandLineToArgvW 87 #define CommandLineToArgvW lpfnCommandLineToArgvW macro
|
/aoo41x/main/desktop/win32/source/officeloader/ |
H A D | officeloader.cxx | 128 return CommandLineToArgvW( GetCommandLineW(), pArgc ); in GetCommandArgs() 275 LPWSTR *argv = CommandLineToArgvW( GetCommandLine(), &argc ); in WinMain()
|
/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | Uwinapi.def | 2 CommandLineToArgvW
|
H A D | CommandLineToArgvW.cpp | 77 IMPLEMENT_THUNK( shell32, WINDOWS, LPWSTR *, WINAPI, CommandLineToArgvW, ( LPCWSTR lpCmdLineW, int …
|
H A D | uwinapi.dxp | 24 CommandLineToArgvW
|
H A D | uwinapi_mingw.dxp | 23 CommandLineToArgvW@8
|
H A D | makefile.mk | 55 $(SLO)$/CommandLineToArgvW.obj\
|
H A D | unicows_mingw.dxp | 45 ; CommandLineToArgvW (implemented by uwinapi.dll)
|
H A D | unicows.dxp | 45 ; CommandLineToArgvW (implemented by uwinapi.dll)
|
/aoo41x/main/desktop/win32/source/applauncher/ |
H A D | launcher.hxx | 35 # define GetArgv( pArgc ) CommandLineToArgvW( GetCommandLine(), pArgc )
|
/aoo41x/main/desktop/win32/source/ |
H A D | wrapper.h | 49 # define GetArgv( pArgc ) CommandLineToArgvW( GetCommandLine(), pArgc )
|
/aoo41x/main/setup_native/source/win32/stwrapper/ |
H A D | stwrapper.cxx | 75 return CommandLineToArgvW( GetCommandLineW(), pArgc ); in GetCommandArgs()
|
/aoo41x/main/sal/osl/w32/ |
H A D | process.cxx | 273 LPWSTR *wargv = CommandLineToArgvW( GetCommandLineW(), &nArgs ); in osl_createCommandArgs_Impl()
|
Completed in 64 milliseconds