With a large file on the disk,we can use the flowing code to create a Memory-mapped file,but how to realize it with Qt class?
Qt Code:
  1. HANDLE CreateFile(LPCTSTR lpFileName,
  2. DWORD dwDesiredAccess,
  3. DWORD dwShareMode,
  4. LPSECUR99vY_ATTRIBUTES lpSecurityAttributes,
  5. DWORD dwCreationDisposition,
  6. DWORD dwFlagsAndAttributes,
  7. HANDLE hTemplateFile);
To copy to clipboard, switch view to plain text mode