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.

21 lines
740 B

  1. // ========================================================================================
  2. // U I D L C M N . H
  3. // ========================================================================================
  4. #ifndef __UIDLCMN_H
  5. #define __UIDLCMN_H
  6. // ========================================================================================
  7. // UIDLINFO
  8. // ========================================================================================
  9. typedef struct tagUIDLINFO
  10. {
  11. BYTE fDownloaded;
  12. BYTE fDeletedOnClient;
  13. FILETIME ftDownload;
  14. LPTSTR lpszUidl;
  15. LPTSTR lpszServer;
  16. LPTSTR lpszUserName;
  17. } UIDLINFO, *LPUIDLINFO;
  18. #endif // __UIDLCMN_H