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 | |
SetPropertyNum | |
GetPropertyNum | |
SetPropertyString | |
GetPropertyString | |