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 | |
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
).
Search functions by type signature (e.g.
vec -> usize
)