#[repr(C)]
pub struct OLEUICHANGESOURCEW {
Show 17 fields pub cbStruct: u32, pub dwFlags: u32, pub hWndOwner: HWND, pub lpszCaption: PCWSTR, pub lpfnHook: LPFNOLEUIHOOK, pub lCustData: LPARAM, pub hInstance: HINSTANCE, pub lpszTemplate: PCWSTR, pub hResource: HRSRC, pub lpOFN: *mut OPENFILENAMEW, pub dwReserved1: [u32; 4], pub lpOleUILinkContainer: IOleUILinkContainerW, pub dwLink: u32, pub lpszDisplayName: PWSTR, pub nFileLength: u32, pub lpszFrom: PWSTR, pub lpszTo: PWSTR,
}
Expand description

Required features: "Win32_System_Ole", "Win32_Foundation", "Win32_UI_Controls_Dialogs"

Fields

cbStruct: u32dwFlags: u32hWndOwner: HWNDlpszCaption: PCWSTRlpfnHook: LPFNOLEUIHOOKlCustData: LPARAMhInstance: HINSTANCElpszTemplate: PCWSTRhResource: HRSRClpOFN: *mut OPENFILENAMEWdwReserved1: [u32; 4]lpOleUILinkContainer: IOleUILinkContainerWdwLink: u32lpszDisplayName: PWSTRnFileLength: u32lpszFrom: PWSTRlpszTo: PWSTR

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.