Struct winapi::sapi::ISpObjectTokenCategory [] [src]

pub struct ISpObjectTokenCategory {
    pub lpVtbl: *const ISpObjectTokenCategoryVtbl,
}

Fields

lpVtbl: *const ISpObjectTokenCategoryVtbl

Methods

impl ISpObjectTokenCategory
[src]

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

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

unsafe fn GetDataKey(&mut self, spdkl: SPDATAKEYLOCATION, pppDataKey: *mut *mut ISpDataKey) -> HRESULT

unsafe fn EnumTokens(&mut self, pzsReqAttribs: LPCWSTR, pszOptAttribs: LPCWSTR, ppEnum: *mut *mut IEnumSpObjectTokens) -> HRESULT

unsafe fn SetDefaultTokenId(&mut self, pszTokenId: LPCWSTR) -> HRESULT

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

Methods from Deref<Target=ISpDataKey>

unsafe fn SetData(&mut self, pszValueName: LPCWSTR, cbData: ULONG, pData: *const BYTE) -> HRESULT

unsafe fn GetData(&mut self, pszValueName: LPCWSTR, pcbData: *mut ULONG, pData: *mut BYTE) -> HRESULT

unsafe fn SetStringValue(&mut self, pszValueName: LPCWSTR, pszValue: LPCWSTR) -> HRESULT

unsafe fn GetStringValue(&mut self, pszValueName: LPCWSTR, ppszValue: *mut LPWSTR) -> HRESULT

unsafe fn SetDWORD(&mut self, pszValueName: LPCWSTR, dwValue: DWORD) -> HRESULT

unsafe fn GetDWORD(&mut self, pszValueName: LPCWSTR, pdwValue: *mut DWORD) -> HRESULT

unsafe fn OpenKey(&mut self, pszSubKeyName: LPCWSTR, ppSubKey: *mut *mut ISpDataKey) -> HRESULT

unsafe fn CreateKey(&mut self, pszSubKey: LPCWSTR, ppSubKey: *mut *mut ISpDataKey) -> HRESULT

unsafe fn DeleteKey(&mut self, pszSubKey: LPCWSTR) -> HRESULT

unsafe fn DeleteValue(&mut self, pszValueName: LPCWSTR) -> HRESULT

unsafe fn EnumKeys(&mut self, Index: ULONG, ppszSubKeyName: *mut LPWSTR) -> HRESULT

unsafe fn EnumValues(&mut self, Index: ULONG, ppszValueName: *mut LPWSTR) -> HRESULT

Trait Implementations

impl Debug for ISpObjectTokenCategory
[src]

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

Formats the value using the given formatter.

impl Deref for ISpObjectTokenCategory
[src]

type Target = ISpDataKey

The resulting type after dereferencing

fn deref(&self) -> &ISpDataKey

The method called to dereference a value

impl DerefMut for ISpObjectTokenCategory
[src]

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

The method called to mutably dereference a value