Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::FINDREPLACEW [−][src]
#[repr(C)]pub struct FINDREPLACEW {
pub lStructSize: u32,
pub hwndOwner: HWND,
pub hInstance: HINSTANCE,
pub Flags: FINDREPLACE_FLAGS,
pub lpstrFindWhat: PWSTR,
pub lpstrReplaceWith: PWSTR,
pub wFindWhatLen: u16,
pub wReplaceWithLen: u16,
pub lCustData: LPARAM,
pub lpfnHook: Option<unsafe extern "system" fn(HWND, u32, WPARAM, LPARAM) -> usize>,
pub lpTemplateName: PWSTR,
}Fields
lStructSize: u32hwndOwner: HWNDhInstance: HINSTANCEFlags: FINDREPLACE_FLAGSlpstrFindWhat: PWSTRlpstrReplaceWith: PWSTRwFindWhatLen: u16wReplaceWithLen: u16lCustData: LPARAMlpfnHook: Option<unsafe extern "system" fn(HWND, u32, WPARAM, LPARAM) -> usize>lpTemplateName: PWSTRTrait Implementations
type DefaultType = FINDREPLACEW
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 FINDREPLACEW
impl !Send for FINDREPLACEW
impl !Sync for FINDREPLACEW
impl Unpin for FINDREPLACEW
impl UnwindSafe for FINDREPLACEW
Blanket Implementations
Mutably borrows from an owned value. Read more