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

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

Fields

lpVtbl: *const ISpObjectTokenInitVtbl

Methods

impl ISpObjectTokenInit[src]

pub unsafe fn InitFromDataKey(
    &self,
    pszCategoryId: LPCWSTR,
    pszTokenId: LPCWSTR,
    pDataKey: *mut ISpDataKey
) -> HRESULT
[src]

Methods from Deref<Target = ISpObjectToken>

pub unsafe fn SetId(
    &self,
    pszCategoryId: LPCWSTR,
    pszTokenId: LPCWSTR,
    fCreateIfNotExist: BOOL
) -> HRESULT
[src]

pub unsafe fn GetId(&self, ppszCoMemTokenId: *mut LPWSTR) -> HRESULT[src]

pub unsafe fn GetCategory(
    &self,
    ppTokenCategory: *mut *mut ISpObjectTokenCategory
) -> HRESULT
[src]

pub unsafe fn CreateInstance(
    &self,
    pUnkOuter: *mut IUnknown,
    dwClsContext: DWORD,
    riid: REFIID,
    ppvObject: *mut *mut c_void
) -> HRESULT
[src]

pub unsafe fn GetStorageFileName(
    &self,
    clsidCaller: REFCLSID,
    pszValueName: LPCWSTR,
    pszFileNameSpecifier: LPCWSTR,
    nFolder: ULONG,
    ppszFilePath: *mut LPWSTR
) -> HRESULT
[src]

pub unsafe fn RemoveStorageFileName(
    &self,
    pszKeyName: LPCWSTR,
    fDeleteFile: BOOL
) -> HRESULT
[src]

pub unsafe fn Remove(&self, pclsidCaller: *const CLSID) -> HRESULT[src]

pub unsafe fn IsUISupported(
    &self,
    pszTypeOfUI: LPCWSTR,
    pvExtraData: *mut c_void,
    cbExtraData: ULONG,
    punkObject: *mut IUnknown,
    pfSupported: *mut BOOL
) -> HRESULT
[src]

pub unsafe fn DisplayUI(
    &self,
    hwndParent: HWND,
    pszTitle: LPCWSTR,
    pszTypeOfUI: LPCWSTR,
    pvExtraData: *mut c_void,
    cbExtraData: ULONG,
    punkObject: *mut IUnknown
) -> HRESULT
[src]

pub unsafe fn MatchesAttributes(
    &self,
    pszAttributes: LPCWSTR,
    pfMatches: *mut BOOL
) -> HRESULT
[src]

Trait Implementations

impl Interface for ISpObjectTokenInit[src]

impl Deref for ISpObjectTokenInit[src]

type Target = ISpObjectToken

The resulting type after dereferencing.

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]