ShellUtilitiesChangeNotifyDeregister Method |
Unregisters the client's window process from receiving ChangeNotify messages.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntaxpublic static bool ChangeNotifyDeregister(
uint id
)
Parameters
- id
- Type: SystemUInt32
A value that specifies the registration ID returned by ChangeNotifyRegister.
Return Value
Type:
Booleantrue if the specified client was found and removed; false otherwise.
See Also