#include "stdafx.h"#include "vmsVistaFx.h"#include "shellapi.h"Go to the source code of this file.
Classes | |
| struct | _TOKEN_ELEVATION |
Typedefs | |
| typedef struct _TOKEN_ELEVATION | TOKEN_ELEVATION |
| typedef struct _TOKEN_ELEVATION * | PTOKEN_ELEVATION |
Variables | |
| HHOOK | _hHook = NULL |
| char | _szPath [MAX_PATH] = "" |
| char | _szParameters [MAX_PATH] = "" |
| char | _szDirectory [MAX_PATH] = "" |
| UINT | _uRunMsg = 0 |
| typedef struct _TOKEN_ELEVATION * PTOKEN_ELEVATION |
| typedef struct _TOKEN_ELEVATION TOKEN_ELEVATION |
| HHOOK _hHook = NULL |
Definition at line 12 of file vmsVistaFx.cpp.
Referenced by vmsVistaFx::_HookProc(), and vmsVistaFx::RunNonElevated().
| char _szDirectory[MAX_PATH] = "" |
Definition at line 15 of file vmsVistaFx.cpp.
Referenced by vmsVistaFx::_HookProc(), and vmsVistaFx::RunNonElevated().
| char _szParameters[MAX_PATH] = "" |
Definition at line 14 of file vmsVistaFx.cpp.
Referenced by vmsVistaFx::_HookProc(), and vmsVistaFx::RunNonElevated().
| char _szPath[MAX_PATH] = "" |
Definition at line 13 of file vmsVistaFx.cpp.
Referenced by vmsVistaFx::_HookProc(), fsGetFumProgramFilesFolder(), and vmsVistaFx::RunNonElevated().
Definition at line 16 of file vmsVistaFx.cpp.
Referenced by vmsVistaFx::_HookProc(), and vmsVistaFx::RunNonElevated().
1.5.6