Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
562 B

  1. /****************************************************************************
  2. * *
  3. * WFFSC.ASM - *
  4. * *
  5. * WINFILE's File System Change Notification Handler *
  6. * *
  7. ****************************************************************************/
  8. #include "winfile.h"
  9. VOID
  10. APIENTRY
  11. KernelChangeFileSystem(
  12. LPSTR lpFile,
  13. WORD wDosFunc
  14. )
  15. {
  16. }