|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _ReactOS_ShimData |
Macros | |
| #define | REACTOS_SHIMDATA_MAGIC 0xAC0DEDAB |
| #define | REACTOS_COMPATVERSION_UNINITIALIZED 0xfffffffe |
| #define | REACTOS_COMPATVERSION_IGNOREMANIFEST 0xffffffff |
Typedefs | |
| typedef struct _ReactOS_ShimData | ReactOS_ShimData |
Functions | |
| static DWORD | RosGetProcessCompatVersion (VOID) |
| static UINT | RosGetProcessEffectiveVersion (VOID) |
| BOOL WINAPI | BaseCheckAppcompatCache (_In_ PCWSTR ApplicationName, _In_ HANDLE FileHandle, _In_opt_ PCWSTR Environment, _Out_opt_ PULONG pdwReason) |
| #define REACTOS_COMPATVERSION_IGNOREMANIFEST 0xffffffff |
Definition at line 17 of file compat_undoc.h.
| #define REACTOS_COMPATVERSION_UNINITIALIZED 0xfffffffe |
Definition at line 16 of file compat_undoc.h.
| #define REACTOS_SHIMDATA_MAGIC 0xAC0DEDAB |
Definition at line 15 of file compat_undoc.h.
| typedef struct _ReactOS_ShimData ReactOS_ShimData |
| BOOL WINAPI BaseCheckAppcompatCache | ( | _In_ PCWSTR | ApplicationName, |
| _In_ HANDLE | FileHandle, | ||
| _In_opt_ PCWSTR | Environment, | ||
| _Out_opt_ PULONG | pdwReason | ||
| ) |
Definition at line 229 of file appcache.c.
Referenced by BasepCheckBadapp(), and Imm32CheckAndApplyAppCompat().
Definition at line 22 of file compat_undoc.h.
Referenced by LdrpApisetVersion(), and RosGetProcessEffectiveVersion().
Definition at line 39 of file compat_undoc.h.
Referenced by CDefaultContextMenu::AddStaticContextMenusToMenu(), CDefaultContextMenu::InvokeRegVerb(), SHBrowseForFolderW(), and CDefaultContextMenu::TryPickDefault().