📄 drmxmr.h
字号:
/**@@@+++@@@@********************************************************************** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -