Lines Matching defs:IDirect3DDevice9Video
40 typedef struct IDirect3DDevice9Video IDirect3DDevice9Video, *PDIRECT3DDEVICE9VIDEO, *LPDIRECT3DDEVICE9VIDEO;
298 struct IDirect3DDevice9Video : public IUnknown
1279 HRESULT (WINAPI *QueryInterface)(IDirect3DDevice9Video *This, REFIID riid, void **ppvObject);
1280 ULONG (WINAPI *AddRef)(IDirect3DDevice9Video *This);
1281 ULONG (WINAPI *Release)(IDirect3DDevice9Video *This);
1282 /* IDirect3DDevice9Video */
1283 HRESULT (WINAPI *GetContentProtectionCaps)(IDirect3DDevice9Video *This, const GUID *pCryptoType, const GUID *pDecodeProfile, D3DCONTENTPROTECTIONCAPS *pCaps);
1284 HRESULT (WINAPI *CreateAuthenticatedChannel)(IDirect3DDevice9Video *This, D3DAUTHENTICATEDCHANNELTYPE ChannelType, IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel, HANDLE *pChannelHandle);
1285 HRESULT (WINAPI *CreateCryptoSession)(IDirect3DDevice9Video *This, const GUID *pCryptoType, const GUID *pDecodeProfile, IDirect3DCryptoSession9 **ppCryptoSession, HANDLE *pCryptoHandle);
1287 struct IDirect3DDevice9Video
1296 /* IDirect3DDevice9Video macros */