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

pub struct IDirect3DDevice9VideoVtbl {
    pub parent: IUnknownVtbl,
    pub GetContentProtectionCaps: unsafe extern "system" fn(This: *mut IDirect3DDevice9Video, pCryptoType: *const GUID, pDecodeProfile: *const GUID, pCaps: *mut D3DCONTENTPROTECTIONCAPS) -> HRESULT,
    pub CreateAuthenticatedChannel: unsafe extern "system" fn(This: *mut IDirect3DDevice9Video, ChannelType: D3DAUTHENTICATEDCHANNELTYPE, ppAuthenticatedChannel: *mut *mut IDirect3DAuthenticatedChannel9, pChannelHandle: *mut HANDLE) -> HRESULT,
    pub CreateCryptoSession: unsafe extern "system" fn(This: *mut IDirect3DDevice9Video, pCryptoType: *const GUID, pDecodeProfile: *const GUID, ppCryptoSession: *mut *mut IDirect3DCryptoSession9, pCryptoHandle: *mut HANDLE) -> HRESULT,
}

Fields

parent: IUnknownVtbl GetContentProtectionCaps: unsafe extern "system" fn(This: *mut IDirect3DDevice9Video, pCryptoType: *const GUID, pDecodeProfile: *const GUID, pCaps: *mut D3DCONTENTPROTECTIONCAPS) -> HRESULT CreateAuthenticatedChannel: unsafe extern "system" fn(This: *mut IDirect3DDevice9Video, ChannelType: D3DAUTHENTICATEDCHANNELTYPE, ppAuthenticatedChannel: *mut *mut IDirect3DAuthenticatedChannel9, pChannelHandle: *mut HANDLE) -> HRESULT CreateCryptoSession: unsafe extern "system" fn(This: *mut IDirect3DDevice9Video, pCryptoType: *const GUID, pDecodeProfile: *const GUID, ppCryptoSession: *mut *mut IDirect3DCryptoSession9, pCryptoHandle: *mut HANDLE) -> HRESULT