Struct winapi::d3d9::IDirect3DCryptoSession9 [] [src]

pub struct IDirect3DCryptoSession9 {
    pub lpVtbl: *const IDirect3DCryptoSession9Vtbl,
}

Fields

lpVtbl: *const IDirect3DCryptoSession9Vtbl

Methods

impl IDirect3DCryptoSession9
[src]

unsafe fn GetCertificateSize(&mut self, pCertificateSize: *mut UINT) -> HRESULT

unsafe fn GetCertificate(&mut self, CertifacteSize: UINT, ppCertificate: *mut BYTE) -> HRESULT

unsafe fn NegotiateKeyExchange(&mut self, DataSize: UINT, pData: *mut VOID) -> HRESULT

unsafe fn EncryptionBlt(&mut self, pSrcSurface: *mut IDirect3DSurface9, pDstSurface: *mut IDirect3DSurface9, DstSurfaceSize: UINT, pIV: *mut VOID) -> HRESULT

unsafe fn DecryptionBlt(&mut self, pSrcSurface: *mut IDirect3DSurface9, pDstSurface: *mut IDirect3DSurface9, SrcSurfaceSize: UINT, pEncryptedBlockInfo: *mut D3DENCRYPTED_BLOCK_INFO, pContentKey: *mut VOID, pIV: *mut VOID) -> HRESULT

unsafe fn GetSurfacePitch(&mut self, pSrcSurface: *mut IDirect3DSurface9, pSurfacePitch: *mut UINT) -> HRESULT

unsafe fn StartSessionKeyRefresh(&mut self, pRandomNumber: *mut VOID, RandomNumberSize: UINT) -> HRESULT

unsafe fn FinishSessionKeyRefresh(&mut self) -> HRESULT

unsafe fn GetEncryptionBltKey(&mut self, pReadbackKey: *mut VOID, KeySize: UINT) -> HRESULT

Methods from Deref<Target=IUnknown>

unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT

unsafe fn AddRef(&mut self) -> ULONG

unsafe fn Release(&mut self) -> ULONG

Trait Implementations

impl Debug for IDirect3DCryptoSession9
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for IDirect3DCryptoSession9
[src]

type Target = IUnknown

The resulting type after dereferencing

fn deref(&self) -> &IUnknown

The method called to dereference a value

impl DerefMut for IDirect3DCryptoSession9
[src]

fn deref_mut(&mut self) -> &mut IUnknown

The method called to mutably dereference a value