Struct winapi::d3d9::IDirect3DDevice9Video
[−]
[src]
pub struct IDirect3DDevice9Video {
pub lpVtbl: *const IDirect3DDevice9VideoVtbl,
}Fields
lpVtbl |
pub struct IDirect3DDevice9Video {
pub lpVtbl: *const IDirect3DDevice9VideoVtbl,
}lpVtbl |
impl IDirect3DDevice9Videounsafe fn GetContentProtectionCaps(&mut self, pCryptoType: *const GUID, pDecodeProfile: *const GUID, pCaps: *mut D3DCONTENTPROTECTIONCAPS) -> HRESULTunsafe fn CreateAuthenticatedChannel(&mut self, ChannelType: D3DAUTHENTICATEDCHANNELTYPE, ppAuthenticatedChannel: *mut *mut IDirect3DAuthenticatedChannel9, pChannelHandle: *mut HANDLE) -> HRESULTunsafe fn CreateCryptoSession(&mut self, pCryptoType: *const GUID, pDecodeProfile: *const GUID, ppCryptoSession: *mut *mut IDirect3DCryptoSession9, pCryptoHandle: *mut HANDLE) -> HRESULTunsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULTunsafe fn AddRef(&mut self) -> ULONGunsafe fn Release(&mut self) -> ULONGimpl Deref for IDirect3DDevice9Videoimpl DerefMut for IDirect3DDevice9Videoimpl Debug for IDirect3DDevice9Video
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)