Struct ICredentialProviderCredentialEvents_Vtbl
#[repr(C)]pub struct ICredentialProviderCredentialEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetFieldState: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: CREDENTIAL_PROVIDER_FIELD_STATE) -> HRESULT,
pub SetFieldInteractiveState: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: CREDENTIAL_PROVIDER_FIELD_INTERACTIVE_STATE) -> HRESULT,
pub SetFieldString: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub SetFieldCheckbox: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: BOOL, _: PCWSTR) -> HRESULT,
pub SetFieldBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: HBITMAP) -> HRESULT,
pub SetFieldComboBoxSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32) -> HRESULT,
pub DeleteFieldComboBoxItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32) -> HRESULT,
pub AppendFieldComboBoxItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub SetFieldSubmitButton: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32) -> HRESULT,
pub OnCreatingWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetFieldState: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: CREDENTIAL_PROVIDER_FIELD_STATE) -> HRESULT
§SetFieldInteractiveState: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: CREDENTIAL_PROVIDER_FIELD_INTERACTIVE_STATE) -> HRESULT
§SetFieldString: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
§SetFieldCheckbox: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: BOOL, _: PCWSTR) -> HRESULT
§SetFieldBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: HBITMAP) -> HRESULT
§SetFieldComboBoxSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32) -> HRESULT
§DeleteFieldComboBoxItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32) -> HRESULT
§AppendFieldComboBoxItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
§SetFieldSubmitButton: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32) -> HRESULT
§OnCreatingWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT
Implementations§
§impl ICredentialProviderCredentialEvents_Vtbl
impl ICredentialProviderCredentialEvents_Vtbl
pub const fn new<Identity: ICredentialProviderCredentialEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICredentialProviderCredentialEvents_Vtbl
impl RefUnwindSafe for ICredentialProviderCredentialEvents_Vtbl
impl Send for ICredentialProviderCredentialEvents_Vtbl
impl Sync for ICredentialProviderCredentialEvents_Vtbl
impl Unpin for ICredentialProviderCredentialEvents_Vtbl
impl UnwindSafe for ICredentialProviderCredentialEvents_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