Sends a shell change notification to the system that informs other processes about a achange.
| C# | Visual Basic | Visual C++ |
public static void SendChangeNotify( NotificationEvents p_Event, string p_Path )
Public Shared Sub SendChangeNotify ( _ p_Event As NotificationEvents, _ p_Path As String _ )
public: static void SendChangeNotify( NotificationEvents p_Event, String^ p_Path )
- p_Event (NotificationEvents)
- The event shat should be send.
- p_Path (String)
- The path that is affected by the change.