fileop.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 0k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. //----------------------------------------------------------------------------
  2. // Exports from fileop.
  3. //----------------------------------------------------------------------------
  4. BOOL  ExtendedCreate(LPTSTR pName, DWORD dwFileAttributes, HFILE *pfh);
  5. void  SetDateTime(HFILE fh, WORD wDate, WORD wTime);
  6. #ifdef WIN32
  7. #define SetFileRaw(fh)
  8. #define IsSerialDevice(fh) FALSE
  9. #else
  10. void  SetFileRaw(HFILE fh);
  11. BOOL  IsSerialDevice(HFILE fh);
  12. #endif