Leaked source code of windows server 2003
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.

29 lines
567 B

  1. #include "global.h"
  2. //
  3. // Init.cpp
  4. //
  5. void ProgramInit(void);
  6. void ProgramExit(void);
  7. //
  8. // DrvComm.cpp
  9. //
  10. DWORD StartFileSpy(void);
  11. DWORD ShutdownFileSpy(void);
  12. BOOL QueryDeviceAttachments(void);
  13. DWORD AttachToDrive(WCHAR cDriveName);
  14. DWORD DetachFromDrive(WCHAR cDriveName);
  15. DWORD WINAPI PollFileSpy(LPVOID pParm);
  16. void GetFlagsString(DWORD nFlags, PWCHAR sStr);
  17. void GetTimeString(FILETIME *pFileTime, PWCHAR sStr);
  18. //
  19. // Support.cpp
  20. //
  21. void DisplayError(DWORD nCode);
  22. //
  23. // Drive.cpp
  24. //
  25. USHORT BuildDriveTable(VOLINFO *pVolInfo);