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.
|
|
/************************************************************************
regcfg.h -- regcfg.cpp include file
History: Date Author Comment 8/14/00 Casper Wrote it.
*************************************************************************/
#ifndef _REGCFG_H
#define _REGCFG_H
#include <setupapi.h>
#include <cfgmgr32.h>
#include "moxacfg.h"
extern TCHAR GszColon[]; extern TCHAR GszPorts[]; extern TCHAR GszDefParams[]; extern TCHAR GszPortName[];
void WriteINISetting(TCHAR *szPort); void RemoveINISetting(TCHAR *szPort);
BOOL MxGetComNo(HDEVINFO DeviceInfoSet, PSP_DEVINFO_DATA DeviceInfoData, LPMoxaOneCfg cfg); BOOL RemovePort(IN HDEVINFO DeviceInfoSet, IN PSP_DEVINFO_DATA DeviceInfoData, int pidx);
#endif
|