Struct winapi::d3d11::ID3D11CryptoSession
[−]
[src]
pub struct ID3D11CryptoSession { pub lpVtbl: *const ID3D11CryptoSessionVtbl, }
Fields
lpVtbl |
Methods
impl ID3D11CryptoSession
[src]
unsafe fn GetCryptoType(&mut self, pCryptoType: *mut GUID)
unsafe fn GetDecoderProfile(&mut self, pDecoderProfile: *mut GUID)
unsafe fn GetCertificateSize(&mut self, pCertificateSize: *mut UINT) -> HRESULT
unsafe fn GetCertificate(&mut self, CertificateSize: UINT, pCertificate: *mut BYTE) -> HRESULT
unsafe fn GetCryptoSessionHandle(&mut self, pCertificate: *mut HANDLE)
Methods from Deref<Target=ID3D11DeviceChild>
unsafe fn GetDevice(&mut self, ppDevice: *mut *mut ID3D11Device)
unsafe fn GetPrivateData(&mut self, guid: REFGUID, pDataSize: *mut UINT, pData: *mut c_void) -> HRESULT
unsafe fn SetPrivateData(&mut self, guid: REFGUID, DataSize: UINT, pData: *const c_void) -> HRESULT
unsafe fn SetPrivateDataInterface(&mut self, guid: REFGUID, pData: *const IUnknown) -> HRESULT
Trait Implementations
impl Deref for ID3D11CryptoSession
[src]
type Target = ID3D11DeviceChild
The resulting type after dereferencing
fn deref(&self) -> &ID3D11DeviceChild
The method called to dereference a value
impl DerefMut for ID3D11CryptoSession
[src]
fn deref_mut(&mut self) -> &mut ID3D11DeviceChild
The method called to mutably dereference a value