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.

30 lines
741 B

  1. //////////////////////////////////////////////////////////////////
  2. //Header: staticmisc.h
  3. // Purpose: Defining structures and prototypes for staticmisc.cpp.
  4. // Developers Name: surya
  5. // History:
  6. // Date Author Comments
  7. // 21th Aug 2001 surya Header for misc commands in static mode
  8. // <creation> <author>
  9. // <modification> <author> <comments, references to code sections,
  10. // in case of bug fixes>
  11. //////////////////////////////////////////////////////////////////
  12. #ifndef _STATICMISC_H_
  13. #define _STATICMISC_H_
  14. const TCHAR IPSEC_FILE_EXTENSION[] = _T(".ipsec");
  15. DWORD
  16. CopyStorageInfo(
  17. OUT LPTSTR *ppszMachineName,
  18. OUT DWORD &dwLocation
  19. );
  20. #endif // _STATICMISC_H_