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

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

Fields

lpVtbl: *const ISpObjectTokenCategoryVtbl

Methods

impl ISpObjectTokenCategory[src]

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

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

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

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

pub unsafe fn SetDefaultTokenId(&self, pszTokenId: LPCWSTR) -> HRESULT[src]

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

Methods from Deref<Target = ISpDataKey>

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

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

pub unsafe fn SetStringValue(
    &self,
    pszValueName: LPCWSTR,
    pszValue: LPCWSTR
) -> HRESULT
[src]

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

pub unsafe fn SetDWORD(&self, pszValueName: LPCWSTR, dwValue: DWORD) -> HRESULT[src]

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

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

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

pub unsafe fn DeleteKey(&self, pszSubKey: LPCWSTR) -> HRESULT[src]

pub unsafe fn DeleteValue(&self, pszValueName: LPCWSTR) -> HRESULT[src]

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

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

Trait Implementations

impl Interface for ISpObjectTokenCategory[src]

impl Deref for ISpObjectTokenCategory[src]

type Target = ISpDataKey

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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