Struct winapi::sapi::ISpRegDataKey [] [src]

pub struct ISpRegDataKey {
    pub lpVtbl: *const ISpRegDataKeyVtbl,
}

Fields

lpVtbl: *const ISpRegDataKeyVtbl

Methods

impl ISpRegDataKey
[src]

unsafe fn SetKey(&mut self, hkey: HKEY, fReadOnly: BOOL) -> 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 ISpRegDataKey
[src]

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

Formats the value using the given formatter.

impl Deref for ISpRegDataKey
[src]

type Target = ISpDataKey

The resulting type after dereferencing

fn deref(&self) -> &ISpDataKey

The method called to dereference a value

impl DerefMut for ISpRegDataKey
[src]

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

The method called to mutably dereference a value