[][src]Struct winapi::um::opmapi::IOPMVideoOutputVtbl

#[repr(C)]
pub struct IOPMVideoOutputVtbl {
    pub parent: IUnknownVtbl,
    pub StartInitialization: unsafe extern "system" fn(This: *mut IOPMVideoOutput, prnRandomNumber: *mut OPM_RANDOM_NUMBER, ppbCertificate: *mut *mut BYTE, pulCertificateLength: *mut ULONG) -> HRESULT,
    pub FinishInitialization: unsafe extern "system" fn(This: *mut IOPMVideoOutput, pParameters: *const OPM_ENCRYPTED_INITIALIZATION_PARAMETERS) -> HRESULT,
    pub GetInformation: unsafe extern "system" fn(This: *mut IOPMVideoOutput, pParameters: *const OPM_GET_INFO_PARAMETERS, pRequestedInformation: *mut OPM_REQUESTED_INFORMATION) -> HRESULT,
    pub COPPCompatibleGetInformation: unsafe extern "system" fn(This: *mut IOPMVideoOutput, pParameters: *const OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS, pRequestedInformation: *mut OPM_REQUESTED_INFORMATION) -> HRESULT,
    pub Configure: unsafe extern "system" fn(This: *mut IOPMVideoOutput, pParameters: *const OPM_CONFIGURE_PARAMETERS, ulAdditionalParametersSize: ULONG, pbAdditionalParameters: *const BYTE) -> HRESULT,
}

Fields

parent: IUnknownVtblStartInitialization: unsafe extern "system" fn(This: *mut IOPMVideoOutput, prnRandomNumber: *mut OPM_RANDOM_NUMBER, ppbCertificate: *mut *mut BYTE, pulCertificateLength: *mut ULONG) -> HRESULTFinishInitialization: unsafe extern "system" fn(This: *mut IOPMVideoOutput, pParameters: *const OPM_ENCRYPTED_INITIALIZATION_PARAMETERS) -> HRESULTGetInformation: unsafe extern "system" fn(This: *mut IOPMVideoOutput, pParameters: *const OPM_GET_INFO_PARAMETERS, pRequestedInformation: *mut OPM_REQUESTED_INFORMATION) -> HRESULTCOPPCompatibleGetInformation: unsafe extern "system" fn(This: *mut IOPMVideoOutput, pParameters: *const OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS, pRequestedInformation: *mut OPM_REQUESTED_INFORMATION) -> HRESULTConfigure: unsafe extern "system" fn(This: *mut IOPMVideoOutput, pParameters: *const OPM_CONFIGURE_PARAMETERS, ulAdditionalParametersSize: ULONG, pbAdditionalParameters: *const BYTE) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]