Struct windows::Win32::Storage::Xps::IXpsSigningOptions_Vtbl
#[repr(C)]pub struct IXpsSigningOptions_Vtbl {Show 18 fields
pub base__: IUnknown_Vtbl,
pub GetSignatureId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetSignatureId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetSignatureMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetSignatureMethod: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetDigestMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetDigestMethod: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetSignaturePartName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSignaturePartName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut XPS_SIGN_POLICY) -> HRESULT,
pub SetPolicy: unsafe extern "system" fn(_: *mut c_void, _: XPS_SIGN_POLICY) -> HRESULT,
pub GetSigningTimeFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut OPC_SIGNATURE_TIME_FORMAT) -> HRESULT,
pub SetSigningTimeFormat: unsafe extern "system" fn(_: *mut c_void, _: OPC_SIGNATURE_TIME_FORMAT) -> HRESULT,
pub GetCustomObjects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCustomReferences: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCertificateSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut XPS_SIGN_FLAGS) -> HRESULT,
pub SetFlags: unsafe extern "system" fn(_: *mut c_void, _: XPS_SIGN_FLAGS) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetSignatureId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetSignatureId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetSignatureMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetSignatureMethod: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetDigestMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetDigestMethod: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetSignaturePartName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSignaturePartName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut XPS_SIGN_POLICY) -> HRESULT
§SetPolicy: unsafe extern "system" fn(_: *mut c_void, _: XPS_SIGN_POLICY) -> HRESULT
§GetSigningTimeFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut OPC_SIGNATURE_TIME_FORMAT) -> HRESULT
§SetSigningTimeFormat: unsafe extern "system" fn(_: *mut c_void, _: OPC_SIGNATURE_TIME_FORMAT) -> HRESULT
§GetCustomObjects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCustomReferences: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCertificateSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut XPS_SIGN_FLAGS) -> HRESULT
§SetFlags: unsafe extern "system" fn(_: *mut c_void, _: XPS_SIGN_FLAGS) -> HRESULT
Implementations§
§impl IXpsSigningOptions_Vtbl
impl IXpsSigningOptions_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXpsSigningOptions_Vtblwhere
Identity: IXpsSigningOptions_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXpsSigningOptions_Vtbl
impl RefUnwindSafe for IXpsSigningOptions_Vtbl
impl Send for IXpsSigningOptions_Vtbl
impl Sync for IXpsSigningOptions_Vtbl
impl Unpin for IXpsSigningOptions_Vtbl
impl UnwindSafe for IXpsSigningOptions_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more