Struct winapi::sapi::ISpPropertiesVtbl [] [src]

pub struct ISpPropertiesVtbl {
    pub parent: IUnknownVtbl,
    pub SetPropertyNum: unsafe extern "system" fn(This: *mut ISpProperties, pName: LPCWSTR, lValue: LONG) -> HRESULT,
    pub GetPropertyNum: unsafe extern "system" fn(This: *mut ISpProperties, pName: LPCWSTR, plValue: *mut LONG) -> HRESULT,
    pub SetPropertyString: unsafe extern "system" fn(This: *mut ISpProperties, pName: LPCWSTR, pValue: LPCWSTR) -> HRESULT,
    pub GetPropertyString: unsafe extern "system" fn(This: *mut ISpProperties, pName: LPCWSTR, ppCoMemValue: *mut LPWSTR) -> HRESULT,
}

Fields

parent: IUnknownVtbl SetPropertyNum: unsafe extern "system" fn(This: *mut ISpProperties, pName: LPCWSTR, lValue: LONG) -> HRESULT GetPropertyNum: unsafe extern "system" fn(This: *mut ISpProperties, pName: LPCWSTR, plValue: *mut LONG) -> HRESULT SetPropertyString: unsafe extern "system" fn(This: *mut ISpProperties, pName: LPCWSTR, pValue: LPCWSTR) -> HRESULT GetPropertyString: unsafe extern "system" fn(This: *mut ISpProperties, pName: LPCWSTR, ppCoMemValue: *mut LPWSTR) -> HRESULT