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.

29 lines
584 B

  1. //////////////////////////////////////////////////////////////////////
  2. //
  3. // CleanDRM.h
  4. //
  5. //////////////////////////////////////////////////////////////////////
  6. #ifndef _CLEANDRM_H_
  7. #define _CLEANDRM_H_
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. /////////////////////////////////////////////////////////////////////
  12. //
  13. // CleanDRM
  14. //
  15. // szLogFile: Full path to file to log information to.
  16. // Set to NULL to not log any information.
  17. //
  18. HRESULT __stdcall CleanDRM( LPCSTR szLogFile );
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif // _CLEANDRM_H_