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.

23 lines
459 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1999, Microsoft Corporation
  4. //
  5. // File: info.hxx
  6. //
  7. // Contents: info.c prototypes, etc
  8. //
  9. //-----------------------------------------------------------------------------
  10. #ifndef _INFO_HXX
  11. #define _INFO_HXX
  12. DWORD
  13. PktInfo(
  14. BOOLEAN fSwDfs,
  15. LPWSTR pwszHexValue);
  16. DWORD
  17. SpcInfo(
  18. BOOLEAN fSwAll);
  19. #endif _INFO_HXX