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.
 
 
 
 
 
 

23 lines
358 B

/*++
Copyright (C) 1999 Microsoft Corporation
Module Name:
postupg.c
Abstract:
test program to test post upgrade phase
--*/
#include <upgrade.h>
void _cdecl main(void)
{
DWORD Error = DhcpUpgConvertTempToDhcpDb(NULL);
if( NO_ERROR != Error ) {
printf("ConvertTextToDhcpDatabase: %ld\n", Error);
}
}