Struct winapi::vswriter::IVssWMDependencyVtbl [] [src]

pub struct IVssWMDependencyVtbl {
    pub parent: IUnknownVtbl,
    pub GetWriterId: unsafe extern "system" fn(This: *mut IVssWMDependency, pWriterId: *mut VSS_ID) -> HRESULT,
    pub GetLogicalPath: unsafe extern "system" fn(This: *mut IVssWMDependency, pbstrLogicalPath: *mut BSTR) -> HRESULT,
    pub GetComponentName: unsafe extern "system" fn(This: *mut IVssWMDependency, pbstrComponentName: *mut BSTR) -> HRESULT,
}

Fields

parent: IUnknownVtbl GetWriterId: unsafe extern "system" fn(This: *mut IVssWMDependency, pWriterId: *mut VSS_ID) -> HRESULT GetLogicalPath: unsafe extern "system" fn(This: *mut IVssWMDependency, pbstrLogicalPath: *mut BSTR) -> HRESULT GetComponentName: unsafe extern "system" fn(This: *mut IVssWMDependency, pbstrComponentName: *mut BSTR) -> HRESULT