Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

31 lines
470 B

/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
globals.c
Abstract:
This file contains the global variables for the rpc
registry implementation.
Author:
Dave Steckler (davidst) - 3/27/92
Revision History:
--*/
#include <rpc.h>
#include <regapi.h>
#include <stdio.h>
#include <rpcreg.h>
RPC_REG_HANDLE HkeyClassesRoot={RPC_REG_KEY_SIGNATURE, "\\Root"};
FILE *RegistryDataFile=NULL;
char RegistryDataFileName[MAX_FILE_NAME_LEN+1];