chore(fmod): add files from Chensne/DragonNest
This commit is contained in:
commit
50fb3c6b1c
544 changed files with 315778 additions and 0 deletions
170
win32/lib/wmsdk/include/drmexternals.h
Executable file
170
win32/lib/wmsdk/include/drmexternals.h
Executable file
|
|
@ -0,0 +1,170 @@
|
|||
|
||||
|
||||
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
|
||||
|
||||
|
||||
/* File created by MIDL compiler version 6.00.0361 */
|
||||
/* Compiler settings for drmexternals.idl:
|
||||
Oicf, W1, Zp8, env=Win32 (32b run)
|
||||
protocol : dce , ms_ext, c_ext, robust
|
||||
error checks: allocation ref bounds_check enum stub_data
|
||||
VC __declspec() decoration level:
|
||||
__declspec(uuid()), __declspec(selectany), __declspec(novtable)
|
||||
DECLSPEC_UUID(), MIDL_INTERFACE()
|
||||
*/
|
||||
//@@MIDL_FILE_HEADING( )
|
||||
|
||||
#pragma warning( disable: 4049 ) /* more than 64k source lines */
|
||||
|
||||
|
||||
/* verify that the <rpcndr.h> version is high enough to compile this file*/
|
||||
#ifndef __REQUIRED_RPCNDR_H_VERSION__
|
||||
#define __REQUIRED_RPCNDR_H_VERSION__ 475
|
||||
#endif
|
||||
|
||||
#include "rpc.h"
|
||||
#include "rpcndr.h"
|
||||
|
||||
#ifndef __RPCNDR_H_VERSION__
|
||||
#error this stub requires an updated version of <rpcndr.h>
|
||||
#endif // __RPCNDR_H_VERSION__
|
||||
|
||||
|
||||
#ifndef __drmexternals_h__
|
||||
#define __drmexternals_h__
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
/* Forward Declarations */
|
||||
|
||||
/* header files for imported files */
|
||||
#include "oaidl.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"{
|
||||
#endif
|
||||
|
||||
void * __RPC_USER MIDL_user_allocate(size_t);
|
||||
void __RPC_USER MIDL_user_free( void * );
|
||||
|
||||
/* interface __MIDL_itf_drmexternals_0000 */
|
||||
/* [local] */
|
||||
|
||||
//=========================================================================
|
||||
//
|
||||
// Microsoft Windows Media Technologies
|
||||
// Copyright (C) Microsoft Corporation. All Rights Reserved.
|
||||
//
|
||||
//=========================================================================
|
||||
static const WCHAR *g_wszWMDRM_RIGHT_PLAYBACK = L"Play";
|
||||
static const WCHAR *g_wszWMDRM_RIGHT_COPY_TO_CD = L"Print.redbook";
|
||||
static const WCHAR *g_wszWMDRM_RIGHT_COPY_TO_SDMI_DEVICE = L"Transfer.SDMI";
|
||||
static const WCHAR *g_wszWMDRM_RIGHT_COPY_TO_NON_SDMI_DEVICE = L"Transfer.NONSDMI";
|
||||
static const WCHAR *g_wszWMDRM_RIGHT_BACKUP = L"Backup";
|
||||
static const WCHAR *g_wszWMDRM_IsDRM = L"IsDRM";
|
||||
static const WCHAR *g_wszWMDRM_IsDRMCached = L"IsDRMCached";
|
||||
static const WCHAR *g_wszWMDRM_BaseLicenseAcqURL = L"BaseLAURL";
|
||||
static const WCHAR *g_wszWMDRM_Rights = L"Rights";
|
||||
static const WCHAR *g_wszWMDRM_LicenseID = L"LID";
|
||||
static const WCHAR *g_wszWMDRM_ActionAllowed = L"ActionAllowed.";
|
||||
static const WCHAR *g_wszWMDRM_ActionAllowed_Playback = L"ActionAllowed.Play";
|
||||
static const WCHAR *g_wszWMDRM_ActionAllowed_CopyToCD = L"ActionAllowed.Print.redbook";
|
||||
static const WCHAR *g_wszWMDRM_ActionAllowed_CopyToSDMIDevice = L"ActionAllowed.Transfer.SDMI";
|
||||
static const WCHAR *g_wszWMDRM_ActionAllowed_CopyToNonSDMIDevice = L"ActionAllowed.Transfer.NONSDMI";
|
||||
static const WCHAR *g_wszWMDRM_ActionAllowed_Backup = L"ActionAllowed.Backup";
|
||||
static const WCHAR *g_wszWMDRM_LicenseState = L"LicenseStateData.";
|
||||
static const WCHAR *g_wszWMDRM_LicenseState_Playback = L"LicenseStateData.Play";
|
||||
static const WCHAR *g_wszWMDRM_LicenseState_CopyToCD = L"LicenseStateData.Print.redbook";
|
||||
static const WCHAR *g_wszWMDRM_LicenseState_CopyToSDMIDevice = L"LicenseStateData.Transfer.SDMI";
|
||||
static const WCHAR *g_wszWMDRM_LicenseState_CopyToNonSDMIDevice = L"LicenseStateData.Transfer.NONSDMI";
|
||||
static const WCHAR *g_wszWMDRM_DRMHeader = L"DRMHeader.";
|
||||
static const WCHAR *g_wszWMDRM_DRMHeader_KeyID = L"DRMHeader.KID";
|
||||
static const WCHAR *g_wszWMDRM_DRMHeader_LicenseAcqURL = L"DRMHeader.LAINFO";
|
||||
static const WCHAR *g_wszWMDRM_DRMHeader_ContentID = L"DRMHeader.CID";
|
||||
static const WCHAR *g_wszWMDRM_DRMHeader_IndividualizedVersion = L"DRMHeader.SECURITYVERSION";
|
||||
static const WCHAR *g_wszWMDRM_DRMHeader_ContentDistributor = L"DRMHeader.ContentDistributor";
|
||||
static const WCHAR *g_wszWMDRM_DRMHeader_SubscriptionContentID = L"DRMHeader.SubscriptionContentID";
|
||||
typedef
|
||||
enum DRM_LICENSE_STATE_CATEGORY
|
||||
{ WM_DRM_LICENSE_STATE_NORIGHT = 0,
|
||||
WM_DRM_LICENSE_STATE_UNLIM = WM_DRM_LICENSE_STATE_NORIGHT + 1,
|
||||
WM_DRM_LICENSE_STATE_COUNT = WM_DRM_LICENSE_STATE_UNLIM + 1,
|
||||
WM_DRM_LICENSE_STATE_FROM = WM_DRM_LICENSE_STATE_COUNT + 1,
|
||||
WM_DRM_LICENSE_STATE_UNTIL = WM_DRM_LICENSE_STATE_FROM + 1,
|
||||
WM_DRM_LICENSE_STATE_FROM_UNTIL = WM_DRM_LICENSE_STATE_UNTIL + 1,
|
||||
WM_DRM_LICENSE_STATE_COUNT_FROM = WM_DRM_LICENSE_STATE_FROM_UNTIL + 1,
|
||||
WM_DRM_LICENSE_STATE_COUNT_UNTIL = WM_DRM_LICENSE_STATE_COUNT_FROM + 1,
|
||||
WM_DRM_LICENSE_STATE_COUNT_FROM_UNTIL = WM_DRM_LICENSE_STATE_COUNT_UNTIL + 1,
|
||||
WM_DRM_LICENSE_STATE_EXPIRATION_AFTER_FIRSTUSE = WM_DRM_LICENSE_STATE_COUNT_FROM_UNTIL + 1
|
||||
} DRM_LICENSE_STATE_CATEGORY;
|
||||
|
||||
typedef struct _DRM_LICENSE_STATE_DATA
|
||||
{
|
||||
DWORD dwStreamId;
|
||||
DRM_LICENSE_STATE_CATEGORY dwCategory;
|
||||
DWORD dwNumCounts;
|
||||
DWORD dwCount[ 4 ];
|
||||
DWORD dwNumDates;
|
||||
FILETIME datetime[ 4 ];
|
||||
DWORD dwVague;
|
||||
} DRM_LICENSE_STATE_DATA;
|
||||
|
||||
typedef
|
||||
enum DRM_HTTP_STATUS
|
||||
{ HTTP_NOTINITIATED = 0,
|
||||
HTTP_CONNECTING = HTTP_NOTINITIATED + 1,
|
||||
HTTP_REQUESTING = HTTP_CONNECTING + 1,
|
||||
HTTP_RECEIVING = HTTP_REQUESTING + 1,
|
||||
HTTP_COMPLETED = HTTP_RECEIVING + 1
|
||||
} DRM_HTTP_STATUS;
|
||||
|
||||
typedef
|
||||
enum DRM_INDIVIDUALIZATION_STATUS
|
||||
{ INDI_UNDEFINED = 0,
|
||||
INDI_BEGIN = 0x1,
|
||||
INDI_SUCCEED = 0x2,
|
||||
INDI_FAIL = 0x4,
|
||||
INDI_CANCEL = 0x8,
|
||||
INDI_DOWNLOAD = 0x10,
|
||||
INDI_INSTALL = 0x20
|
||||
} DRM_INDIVIDUALIZATION_STATUS;
|
||||
|
||||
typedef struct _WMIndividualizeStatus
|
||||
{
|
||||
HRESULT hr;
|
||||
DRM_INDIVIDUALIZATION_STATUS enIndiStatus;
|
||||
LPSTR pszIndiRespUrl;
|
||||
DWORD dwHTTPRequest;
|
||||
DRM_HTTP_STATUS enHTTPStatus;
|
||||
DWORD dwHTTPReadProgress;
|
||||
DWORD dwHTTPReadTotal;
|
||||
} WM_INDIVIDUALIZE_STATUS;
|
||||
|
||||
typedef struct _WMGetLicenseData
|
||||
{
|
||||
DWORD dwSize;
|
||||
HRESULT hr;
|
||||
WCHAR *wszURL;
|
||||
WCHAR *wszLocalFilename;
|
||||
BYTE *pbPostData;
|
||||
DWORD dwPostDataSize;
|
||||
} WM_GET_LICENSE_DATA;
|
||||
|
||||
|
||||
|
||||
extern RPC_IF_HANDLE __MIDL_itf_drmexternals_0000_v0_0_c_ifspec;
|
||||
extern RPC_IF_HANDLE __MIDL_itf_drmexternals_0000_v0_0_s_ifspec;
|
||||
|
||||
/* Additional Prototypes for ALL interfaces */
|
||||
|
||||
/* end of Additional Prototypes */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue