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.

28 lines
583 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1999.
  5. //
  6. // File: O B O T O K E N . H
  7. //
  8. // Contents:
  9. //
  10. // Notes:
  11. //
  12. // Author: shaunco 15 Jan 1999
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #include "compdefs.h"
  17. #include "netcfgx.h"
  18. BOOL
  19. FOboTokenValidForClass (
  20. IN const OBO_TOKEN* pOboToken,
  21. IN NETCLASS Class);
  22. HRESULT
  23. HrProbeOboToken (
  24. IN const OBO_TOKEN* pOboToken);