예제 #1
0
 private static extern uint SHChangeNotifyRegister(
     IntPtr hWnd,
     SHCNF fSources,
     SHCNE fEvents,
     int wMsg,
     int cEntries,
     ref SHChangeNotifyEntry pFsne);
예제 #2
0
 public static extern int SHChangeNotify(SHCNE eventId, SHCNF flags, IntPtr item1, IntPtr item2);
예제 #3
-6
 private static extern uint SHChangeNotifyRegister(
   IntPtr hWnd,
   SHCNF fSources,
   SHCNE fEvents,
   uint wMsg,
   int cEntries,
   ref SHChangeNotifyEntry pFsne);