drmxmr.h

来自「本程序为ST公司开发的源代码」· C头文件 代码 · 共 58 行

H
58
字号
/**@@@+++@@@@********************************************************************** Microsoft Windows Media** Copyright (C) Microsoft Corporation. All rights reserved.*****@@@---@@@@*******************************************************************//* * DrmXmr.h * * Header file for routines in DrmXmr.c */#ifndef _DRMXMR_H_#define _DRMXMR_H_#include "drmxmrdefs.h"#include "rsa.h"#include "DrmAes.h"#ifdef  __cplusplusextern "C"{#endif/* * Procedure forwards */DRM_RESULTDrmXmrUnpackLicense(    IN crl_rsa_private_key *pPrivateKey,    IN DRM_BYTE *Message,    IN DRM_DWORD MessageSize,    OUT XMR_LICENSE **ppXmrLicense    );DRM_RESULTDrmXmrGetKeyFromLicense(    IN crl_rsa_private_key *pPrivateKey,    IN XMR_LICENSE *pXmrLicense ,    IN DRM_BOOL bGetContentEncryptionKey,    IN DRM_AES_KEY *ppAesKey    );DRM_VOIDDrmXmrFreeLicense(    IN XMR_LICENSE *pXmrLicense    );#ifdef  __cplusplus}#endif#endif /* _DRMXMR_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?