Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::FINDREPLACEA [−][src]
#[repr(C)]pub struct FINDREPLACEA {
pub lStructSize: u32,
pub hwndOwner: HWND,
pub hInstance: HINSTANCE,
pub Flags: FINDREPLACE_FLAGS,
pub lpstrFindWhat: PSTR,
pub lpstrReplaceWith: PSTR,
pub wFindWhatLen: u16,
pub wReplaceWithLen: u16,
pub lCustData: LPARAM,
pub lpfnHook: Option<unsafe extern "system" fn(HWND, u32, WPARAM, LPARAM) -> usize>,
pub lpTemplateName: PSTR,
}Fields
lStructSize: u32hwndOwner: HWNDhInstance: HINSTANCEFlags: FINDREPLACE_FLAGSlpstrFindWhat: PSTRlpstrReplaceWith: PSTRwFindWhatLen: u16wReplaceWithLen: u16lCustData: LPARAMlpfnHook: Option<unsafe extern "system" fn(HWND, u32, WPARAM, LPARAM) -> usize>lpTemplateName: PSTRTrait Implementations
type DefaultType = FINDREPLACEA
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FINDREPLACEA
impl !Send for FINDREPLACEA
impl !Sync for FINDREPLACEA
impl Unpin for FINDREPLACEA
impl UnwindSafe for FINDREPLACEA
Blanket Implementations
Mutably borrows from an owned value. Read more