Home
last modified time | relevance | path

Searched refs:STARTUPINFO (Results 1 – 17 of 17) sorted by relevance

/trunk/main/odk/source/unoapploader/win/
H A Dunoapploader.c79 STARTUPINFO startup_info; in WinMain()
136 memset( &startup_info, 0, sizeof( STARTUPINFO ) ); in WinMain()
137 startup_info.cb = sizeof( STARTUPINFO ); in WinMain()
/trunk/main/migrationanalysis/src/wizard/
H A DAnalyse.bas57 Private Type STARTUPINFO type
93 lpStartupInfo As STARTUPINFO, lpProcessInformation As _
286 Dim start As STARTUPINFO
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp777 STARTUPINFO aSUI; in LaunchInstaller()
787 ZeroMemory( (void*)&aSUI, sizeof( STARTUPINFO ) ); in LaunchInstaller()
789 aSUI.cb = sizeof(STARTUPINFO); in LaunchInstaller()
1839 STARTUPINFO aSUI; in InstallRuntimes()
1843 ZeroMemory( (void*)&aSUI, sizeof( STARTUPINFO ) ); in InstallRuntimes()
1845 aSUI.cb = sizeof(STARTUPINFO); in InstallRuntimes()
/trunk/main/sal/osl/w32/
H A Dprocimpl.cxx510 STARTUPINFO startup_info; in osl_executeProcess_WithRedirectedIO()
511 memset(&startup_info, 0, sizeof(STARTUPINFO)); in osl_executeProcess_WithRedirectedIO()
513 startup_info.cb = sizeof(STARTUPINFO); in osl_executeProcess_WithRedirectedIO()
H A Dsignal.cxx134 STARTUPINFO StartupInfo; in ReportCrash()
/trunk/main/desktop/win32/source/applauncher/
H A Dlauncher.cxx55 STARTUPINFO aStartupInfo; in WinMain()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dpostuninstall.cxx70 STARTUPINFO si; in ExecuteCommand()
H A Dregisterextensions.cxx193 STARTUPINFO si; in ExecuteCommand()
/trunk/main/desktop/win32/source/guiloader/
H A Dgenericloader.cxx55 STARTUPINFO aStartupInfo; in GenericMain()
/trunk/main/desktop/win32/source/
H A Dwrapper.h72 STARTUPINFO aStartupInfo; in Main()
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx177 STARTUPINFO si; in RegisterLanguagePack()
/trunk/main/svx/source/dialog/
H A Dsendreportw32.cxx217 STARTUPINFO StartupInfo; in SendReport()
/trunk/main/xmerge/source/activesync/
H A DXMergeFilter.cpp214 STARTUPINFO si; in NextConvertFile()
/trunk/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx358 STARTUPINFO aStartupInfo; in _tWinMain()
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx181 STARTUPINFO aStartupInfo; in WinMain()
/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc295 STARTUPINFO aStartupInfo;
/trunk/main/vcl/win/source/app/
H A Dsalinst.cxx490 STARTUPINFO aSI; in InitSalMain()