Свойство | Type | Description | |
---|---|---|---|
NotificationsReceived | System.Collections.ArrayList |
Méthode | Description | |
---|---|---|
GetPidlFromFolderID ( |
Get the Pidl from a special folder ID
|
|
NotificationReceipt ( |
Message received from the WndProc of a registered form
|
|
RegisterChangeNotify ( |
Register a form handle This form will receive a WM_SHNOTIFY when a notification occures !!!!! Add this code to your registered form : !!!!! protected override void WndProc(ref Message m) { switch(m.Msg) { case (int) ShellNotifications.WM_SHNOTIFY: if(Notifications.NotificationReceipt(m.WParam, m.LParam)) NewOperation((NotifyInfos) Notifications.NotificationsReceived[Notifications.NotificationsReceived.Count-1]); break; } base.WndProc(ref m); }
|
|
UnregisterChangeNotify ( ) : System.Boolean |
Unregister the form
|
Méthode | Description | |
---|---|---|
SHChangeNotifyRegister ( |
||
SHGetSpecialFolderLocation ( |
public static GetPidlFromFolderID ( |
||
hWnd | Handle of the window | |
Id | CSIDL | ID of the special folder |
Résultat |
public NotificationReceipt ( |
||
wParam | ||
lParam | ||
Résultat | bool |
public RegisterChangeNotify ( |
||
hWnd | ||
item | CSIDL | ID of the special folder |
Recursively | bool | Look recursively at modifications |
Résultat | ulong |
public UnregisterChangeNotify ( ) : System.Boolean | ||
Résultat | System.Boolean |