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.

22 lines
490 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) Microsoft Corporation
  4. //
  5. // SYNOPSIS
  6. //
  7. // Declares the function CheckLicense.
  8. //
  9. ///////////////////////////////////////////////////////////////////////////////
  10. #ifndef CHECKLICENSE_H
  11. #define CHECKLICENSE_H
  12. #pragma once
  13. #include "datastore2.h"
  14. void CheckLicense(
  15. const wchar_t* path,
  16. IAS_SHOW_TOKEN_LIST type
  17. );
  18. #endif // CHECKLICENSE_H