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.

16 lines
417 B

  1. /************************************************************************
  2. regtool.h
  3. -- regtool.cpp include file
  4. History: Date Author Comment
  5. 8/14/00 Casper Wrote it.
  6. *************************************************************************/
  7. #ifndef _REGTOOL_H
  8. #define _REGTOOL_H
  9. ULONG MxGetVenDevId(LPSTR data);
  10. int GetFreePort(void);
  11. #endif