Struct winapi::sapi::ISpDataKey [] [src]

pub struct ISpDataKey {
    pub lpVtbl: *const ISpDataKeyVtbl,
}

Fields

lpVtbl: *const ISpDataKeyVtbl

Methods

impl ISpDataKey
[src]

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

Methods from Deref<Target=IUnknown>

unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT

unsafe fn AddRef(&mut self) -> ULONG

unsafe fn Release(&mut self) -> ULONG

Trait Implementations

impl Debug for ISpDataKey
[src]

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

Formats the value using the given formatter.

impl Deref for ISpDataKey
[src]

type Target = IUnknown

The resulting type after dereferencing

fn deref(&self) -> &IUnknown

The method called to dereference a value

impl DerefMut for ISpDataKey
[src]

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

The method called to mutably dereference a value