Searched refs:aExecInf (Results 1 – 1 of 1) sorted by relevance
108 SHELLEXECUTEINFOW aExecInf; in ShowReleaseNotes() local109 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 …]