Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
557 B

/*++
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 <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <ntdddisk.h>
#include <windows.h>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
int
ProcessParameters(
int argc,
char *argv[]
);
void
SyncVolume( PCHAR DrivePath, BOOLEAN EjectMedia );