17 lines
417 B
C
17 lines
417 B
C
/************************************************************************
|
|
regtool.h
|
|
-- regtool.cpp include file
|
|
|
|
History: Date Author Comment
|
|
8/14/00 Casper Wrote it.
|
|
|
|
*************************************************************************/
|
|
|
|
#ifndef _REGTOOL_H
|
|
#define _REGTOOL_H
|
|
|
|
ULONG MxGetVenDevId(LPSTR data);
|
|
int GetFreePort(void);
|
|
|
|
|
|
#endif |