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.

27 lines
644 B

  1. /* File: D:\WACKER\tdll\file_msc.hh (Created: 26-Dec-1993)
  2. *
  3. * Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 1 $
  7. * $Date: 10/05/98 12:38p $
  8. */
  9. /*
  10. * This is where the hidden stuff for the files and directorys code gets
  11. * defined. You shouldn't be looking at this.
  12. */
  13. struct stFilesAndDirectorys
  14. {
  15. HSESSION hSession;
  16. LPTSTR pszInternalSendDirectory; /* Used if not set by user */
  17. LPTSTR pszTransferSendDirectory;
  18. LPTSTR pszInternalRecvDirectory; /* Used if not set by user */
  19. LPTSTR pszTransferRecvDirectory;
  20. };
  21. typedef struct stFilesAndDirectorys FD_DATA;