Home
last modified time | relevance | path

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

/aoo41x/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx108 SHELLEXECUTEINFOW aExecInf; in ShowReleaseNotes() local
109 ZeroMemory( &aExecInf, sizeof( aExecInf ) ); in ShowReleaseNotes()
111 aExecInf.cbSize = sizeof( aExecInf ); in ShowReleaseNotes()
114 aExecInf.lpFile = sFullPath; in ShowReleaseNotes()
167 SHELLEXECUTEINFOW aExecInf; in ShowSurveyAfter() local
168 ZeroMemory( &aExecInf, sizeof( aExecInf ) ); in ShowSurveyAfter()
170 aExecInf.cbSize = sizeof( aExecInf ); in ShowSurveyAfter()
172 aExecInf.lpVerb = TEXT("open"); in ShowSurveyAfter()
175 aExecInf.lpDirectory = NULL; in ShowSurveyAfter()
176 aExecInf.nShow = SW_SHOWNORMAL; in ShowSurveyAfter()
[all …]

Completed in 10 milliseconds