Skip to content

Commit

Permalink
More shell enumeration constants (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiFati authored Feb 20, 2024
1 parent 07f984d commit dc5f699
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions com/win32comext/shell/shellcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,18 @@
QIF_CACHED = 1
QIF_DONTEXPANDFOLDER = 2

# ShellWindowFindWindowOptions
SWFO_NEEDDISPATCH = 1
SWFO_INCLUDEPENDING = 2
SWFO_COOKIEPASSED = 4

# ShellWindowTypeConstants
SWC_EXPLORER = 0
SWC_BROWSER = 1
SWC_3RDPARTY = 2
SWC_CALLBACK = 4
SWC_DESKTOP = 8

# SHARD enum for SHAddToRecentDocs
SHARD_PIDL = 1
SHARD_PATHA = 2
Expand Down

0 comments on commit dc5f699

Please sign in to comment.