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.
 
 
 
 
 
 

29 lines
418 B

/*
*
* NOTES:
*
* REVISIONS:
* pcy15Sep93: Use NT Registry for some stuff, then use our ini file
*
*/
#ifndef _INC__NTCFGMGR_H
#define _INC__NTCFGMGR_H
#include "cfgmgr.h"
// Defines
//
_CLASSDEF(NTConfigManager)
class NTConfigManager : public IniConfigManager {
public:
NTConfigManager();
virtual ~NTConfigManager();
virtual INT Get(INT, PCHAR);
};
#endif