/*++ Copyright (c) 1991 Microsoft Corporation Module Name: winnt.h Abstract: This is the main header file for the Win32 sync command. Author: Mark Lucovsky (markl) 28-Jan-1991 Revision History: --*/ #include #include #include #include #include #include #include #include #include int ProcessParameters( int argc, char *argv[] ); void SyncVolume( PCHAR DrivePath, BOOLEAN EjectMedia );