windows-nt/Source/XPSP1/NT/ds/netapi/svcdlls/upssvc/apcsmart/ntcfgmgr.h

30 lines
389 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
*
* 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