Skip to content

Commit

Permalink
Partial revert 0cdbc7a
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Nov 22, 2023
1 parent 7a3884b commit ac1760c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions plugins/WindowExplorer/wndprp.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,29 @@ static BOOLEAN WepIsWindowCloaked(
return !!windowCloaked;
}

typedef enum _WINDOW_BAND
{
ZBID_DEFAULT = 0,
ZBID_DESKTOP = 1,
ZBID_UIACCESS = 2,
ZBID_IMMERSIVE_IHM = 3,
ZBID_IMMERSIVE_NOTIFICATION = 4,
ZBID_IMMERSIVE_APPCHROME = 5,
ZBID_IMMERSIVE_MOGO = 6,
ZBID_IMMERSIVE_EDGY = 7,
ZBID_IMMERSIVE_INACTIVEMOBODY = 8,
ZBID_IMMERSIVE_INACTIVEDOCK = 9,
ZBID_IMMERSIVE_ACTIVEMOBODY = 10,
ZBID_IMMERSIVE_ACTIVEDOCK = 11,
ZBID_IMMERSIVE_BACKGROUND = 12,
ZBID_IMMERSIVE_SEARCH = 13,
ZBID_GENUINE_WINDOWS = 14,
ZBID_IMMERSIVE_RESTRICTED = 15,
ZBID_SYSTEM_TOOLS = 16,
ZBID_LOCK = 17,
ZBID_ABOVELOCK_UX = 18,
} WINDOW_BAND;

static ULONG WepGetWindowBand(
_In_ HWND WindowHandle
)
Expand Down

0 comments on commit ac1760c

Please sign in to comment.