Windows2003-3790/public/sdk/inc/cleandrm.h
2020-09-30 16:53:55 +02:00

30 lines
584 B
C

//////////////////////////////////////////////////////////////////////
//
// CleanDRM.h
//
//////////////////////////////////////////////////////////////////////
#ifndef _CLEANDRM_H_
#define _CLEANDRM_H_
#ifdef __cplusplus
extern "C" {
#endif
/////////////////////////////////////////////////////////////////////
//
// CleanDRM
//
// szLogFile: Full path to file to log information to.
// Set to NULL to not log any information.
//
HRESULT __stdcall CleanDRM( LPCSTR szLogFile );
#ifdef __cplusplus
}
#endif
#endif // _CLEANDRM_H_