Struct winapi::d3d9::IDirect3DDevice9VideoVtbl [-] [+] [src]

pub struct IDirect3DDevice9VideoVtbl {
    pub QueryInterface: Option<unsafe  extern "system" fn(This: *mut IDirect3DDevice9Video, riid: *const IID, ppvObj: *mut *mut VOID) -> HRESULT>,
    pub AddRef: Option<unsafe  extern "system" fn(This: *mut IDirect3DDevice9Video) -> *mut IDirect3DDevice9Video>,
    pub Release: Option<unsafe  extern "system" fn(This: *mut IDirect3DDevice9Video) -> *mut IDirect3DDevice9Video>,
    pub GetContentProtectionCaps: Option<unsafe  extern "system" fn(This: *mut IDirect3DDevice9Video, pCryptoType: *const GUID, pDecodeProfile: *const GUID, pCaps: *mut D3DCONTENTPROTECTIONCAPS) -> HRESULT>,
    pub CreateAuthenticatedChannel: Option<unsafe  extern "system" fn(This: *mut IDirect3DDevice9Video, ChannelType: D3DAUTHENTICATEDCHANNELTYPE, ppAuthenticatedChannel: *mut *mut IDirect3DAuthenticatedChannel9, pChannelHandle: *mut HANDLE) -> HRESULT>,
    pub CreateCryptoSession: Option<unsafe  extern "system" fn(This: *mut IDirect3DDevice9Video, pCryptoType: *const GUID, pDecodeProfile: *const GUID, ppCryptoSession: *mut *mut IDirect3DCryptoSession9, pCryptoHandle: *mut HANDLE) -> HRESULT>,
}

Fields

QueryInterface
AddRef
Release
GetContentProtectionCaps
CreateAuthenticatedChannel
CreateCryptoSession