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.

39 lines
692 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // logresult.h
  8. //
  9. // SYNOPSIS
  10. //
  11. // Declares the function IASRadiusLogResult.
  12. //
  13. // MODIFICATION HISTORY
  14. //
  15. // 04/23/1999 Original version.
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. #ifndef LOGRESULT_H
  19. #define LOGRESULT_H
  20. #if _MSC_VER >= 1000
  21. #pragma once
  22. #endif
  23. #ifdef __cplusplus
  24. extern "C" {
  25. #endif
  26. VOID
  27. WINAPI
  28. IASRadiusLogResult(
  29. IRequest* request,
  30. IAttributesRaw* raw
  31. );
  32. #ifdef __cplusplus
  33. }
  34. #endif
  35. #endif // LOGRESULT_H