Struct windows_sys::Win32::System::Ole::OLEINPLACEFRAMEINFO
#[repr(C)]pub struct OLEINPLACEFRAMEINFO {
pub cb: u32,
pub fMDIApp: BOOL,
pub hwndFrame: HWND,
pub haccel: HACCEL,
pub cAccelEntries: u32,
}
Expand description
Required features: "Win32_System_Ole"
, "Win32_Foundation"
, "Win32_UI_WindowsAndMessaging"
Fields§
§cb: u32
§fMDIApp: BOOL
§hwndFrame: HWND
§haccel: HACCEL
§cAccelEntries: u32