static extern bool BackupRead(IntPtr hFile, IntPtr lpBuffer,
Private Shared Function BackupRead(hFile As IntPtr, lpBuffer As IntPtr, nNumberOfBytesToRead As UInteger, ByRef lpNumberOfBytesRead As UInteger, bAbort As Boolean, bProcessSecurity As Boolean, _