Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
SHChangeNotifyEventID (Enums)
.
Summary
TODO - a short description
C# Definition:
enum SHChangeNotifyEventID : uint
SHCNE_ALLEVENTS = 0x7FFFFFFFL,
SHCNE_ASSOCCHANGED = 0x08000000L,
SHCNE_ATTRIBUTES = 0x00000800L,
SHCNE_CREATE = 0x00000002L,
SHCNE_DELETE = 0x00000004L,
SHCNE_DISKEVENTS = 0x0002381FL,
SHCNE_DRIVEADD = 0x00000100L,
SHCNE_DRIVEADDGUI = 0x00010000L,
SHCNE_DRIVEREMOVED = 0x00000080L,
SHCNE_EXTENDED_EVENT = 0x04000000L,
SHCNE_FREESPACE = 0x00040000L,
SHCNE_GLOBALEVENTS = 0x0C0581E0L,
SHCNE_INTERRUPT = 0x80000000L,
SHCNE_MEDIAINSERTED = 0x00000020L,
SHCNE_MEDIAREMOVED = 0x00000040L,
SHCNE_MKDIR = 0x00000008L,
SHCNE_NETSHARE = 0x00000200L,
SHCNE_NETUNSHARE = 0x00000400L,
SHCNE_RENAMEFOLDER = 0x00020000L,
SHCNE_RENAMEITEM = 0x00000001L,
SHCNE_RMDIR = 0x00000010L,
SHCNE_SERVERDISCONNECT = 0x00004000L,
SHCNE_UPDATEDIR = 0x00001000L,
SHCNE_UPDATEIMAGE = 0x00008000L,
SHCNE_UPDATEITEM = 0x00002000L
}
VB Definition:
Enum SHChangeNotifyEventID
TODO
End Enum
Notes:
None.
Documentation
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!