Struct winapi::sapi::ISpObjectTokenInit [] [src]

pub struct ISpObjectTokenInit {
    pub lpVtbl: *const ISpObjectTokenInitVtbl,
}

Fields

lpVtbl: *const ISpObjectTokenInitVtbl

Methods

impl ISpObjectTokenInit
[src]

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

Methods from Deref<Target=ISpObjectToken>

unsafe fn SetId(&mut self, pszCategoryId: LPCWSTR, pszTokenId: LPCWSTR, fCreateIfNotExist: BOOL) -> HRESULT

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

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

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

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

unsafe fn RemoveStorageFileName(&mut self, pszKeyName: LPCWSTR, fDeleteFile: BOOL) -> HRESULT

unsafe fn Remove(&mut self, pclsidCaller: *const CLSID) -> HRESULT

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

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

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

Trait Implementations

impl Debug for ISpObjectTokenInit
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for ISpObjectTokenInit
[src]

type Target = ISpObjectToken

The resulting type after dereferencing

fn deref(&self) -> &ISpObjectToken

The method called to dereference a value

impl DerefMut for ISpObjectTokenInit
[src]

fn deref_mut(&mut self) -> &mut ISpObjectToken

The method called to mutably dereference a value