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
755 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. // File: drmutil.h
  4. //
  5. // Microsoft Digital Rights Management
  6. // Copyright (C) 1998-1999 Microsoft Corporation, All Rights Reserved
  7. //
  8. // Description:
  9. //
  10. //-----------------------------------------------------------------------------
  11. #ifndef __WMDM_REVOKED_UTIL_H__
  12. #define __WMDM_REVOKED_UTIL_H__
  13. #include <license.h>
  14. #include <wtypes.h>
  15. DWORD GetSubjectIDFromAppCert( APPCERT appcert );
  16. BOOL IsMicrosoftRevocationURL( LPWSTR pszRevocationURL );
  17. HRESULT BuildRevocationURL( DWORD* pdwSubjectIDs,
  18. LPWSTR* ppwszRevocationURL,
  19. DWORD* pdwBufferLen );
  20. #endif // __WMDM_REVOKED_UTIL_H__