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()
112 aExecInf.fMask = SEE_MASK_FLAG_DDEWAIT | SEE_MASK_FLAG_NO_UI; in ShowReleaseNotes()
113 aExecInf.lpVerb = TEXT("open"); in ShowReleaseNotes()
114 aExecInf.lpFile = sFullPath; in ShowReleaseNotes()
115 aExecInf.lpDirectory = NULL; in ShowReleaseNotes()
116 aExecInf.nShow = SW_SHOWNORMAL; in ShowReleaseNotes()
119 ShellExecuteEx( &aExecInf ); in ShowReleaseNotes()
167 SHELLEXECUTEINFOW aExecInf; in ShowSurveyAfter() local
[all …]