[][src]Struct winapi::um::sapi51::ISpStream

#[repr(C)]
pub struct ISpStream {
    pub lpVtbl: *const ISpStreamVtbl,
}

Fields

lpVtbl: *const ISpStreamVtbl

Methods

impl ISpStream[src]

pub unsafe fn SetBaseStream(
    &self,
    pStream: *mut IStream,
    rguidFormat: REFGUID,
    pWaveFormatEx: *const WAVEFORMATEX
) -> HRESULT
[src]

pub unsafe fn GetBaseStream(&self, ppStream: *mut *mut IStream) -> HRESULT[src]

pub unsafe fn BindToFile(
    &self,
    pszFileName: LPCWSTR,
    eMode: SPFILEMODE,
    pFormatId: *const GUID,
    pWaveFormatEx: *const WAVEFORMATEX,
    ullEventInterest: ULONGLONG
) -> HRESULT
[src]

pub unsafe fn Close(&self) -> HRESULT[src]

Methods from Deref<Target = ISpStreamFormat>

pub unsafe fn GetFormat(
    &self,
    pguidFormatId: *mut GUID,
    ppCoMemWaveFormatEx: *mut *mut WAVEFORMATEX
) -> HRESULT
[src]

Trait Implementations

impl Interface for ISpStream[src]

impl Deref for ISpStream[src]

type Target = ISpStreamFormat

The resulting type after dereferencing.

Auto Trait Implementations

impl Unpin for ISpStream

impl !Send for ISpStream

impl !Sync for ISpStream

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]