From: Jonathan de Boyne Pollard on
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote
cite="mid:4D45AC75-1DEB-46BA-8F92-C20530336D62(a)microsoft.com"
type="cite">
<p wrap="">3. How to disable windows to use disk while my application
is copying files?<br>
</p>
</blockquote>
<p>That's a nonsense question.  Copying files <em>involves</em> using
the disc (on local volumes, at any rate).<br>
</p>
</body>
</html>
From: Jonathan de Boyne Pollard on
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote
cite="mid:5E947CC2-F5CE-4868-B4BA-0A4919A1EAA2(a)microsoft.com"
type="cite">
<p wrap="">I also want to know how to get relal files size on disk<br>
</p>
</blockquote>
<p><code>GetFileInformationByHandleEx()</code> is your friend.<br>
</p>
</body>
</html>