mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-14 12:19:08 +00:00
Everything support
This commit is contained in:
@@ -24,10 +24,11 @@ class Shell32
|
||||
public:
|
||||
enum FocusedWindowType
|
||||
{
|
||||
INVALID = 0,
|
||||
DESKTOP = 1,
|
||||
EXPLORER = 2,
|
||||
DIALOG = 3,
|
||||
INVALID,
|
||||
DESKTOP,
|
||||
EXPLORER,
|
||||
DIALOG,
|
||||
EVERYTHING,
|
||||
};
|
||||
|
||||
static FocusedWindowType GetFocusedWindowType();
|
||||
|
Reference in New Issue
Block a user