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 | |
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
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
).