Ejemplo n.º 1
0
 public static extern uint SHChangeNotifyRegister(
     IntPtr windowHandle,
     ShellChangeNotifyEventSource sources,
     ShellObjectChangeTypes events,
     uint message,
     int entries,
     ref SHChangeNotifyEntry changeNotifyEntry);
Ejemplo n.º 2
0
 internal static extern uint SHChangeNotifyRegister(
     IntPtr windowHandle,
     ShellChangeNotifyEventSource sources,
     ShellObjectChangeTypes events,
     uint message,
     int entries,
     ref SHChangeNotifyEntry changeNotifyEntry);