Struct winapi::um::objidl::IPersistStreamVtbl [−][src]
#[repr(C)]pub struct IPersistStreamVtbl {
pub parent: IPersistVtbl,
pub IsDirty: unsafe extern "system" fn(This: *mut IPersistStream) -> HRESULT,
pub Load: unsafe extern "system" fn(This: *mut IPersistStream, pStm: *mut IStream) -> HRESULT,
pub Save: unsafe extern "system" fn(This: *mut IPersistStream, pStm: *mut IStream, fClearDirty: BOOL) -> HRESULT,
pub GetSizeMax: unsafe extern "system" fn(This: *mut IPersistStream, pcbSize: *mut ULARGE_INTEGER) -> HRESULT,
}Fields
parent: IPersistVtblIsDirty: unsafe extern "system" fn(This: *mut IPersistStream) -> HRESULTLoad: unsafe extern "system" fn(This: *mut IPersistStream, pStm: *mut IStream) -> HRESULTSave: unsafe extern "system" fn(This: *mut IPersistStream, pStm: *mut IStream, fClearDirty: BOOL) -> HRESULTGetSizeMax: unsafe extern "system" fn(This: *mut IPersistStream, pcbSize: *mut ULARGE_INTEGER) -> HRESULT