Struct windows_sys::Win32::UI::WindowsAndMessaging::CBTACTIVATESTRUCT
#[repr(C)]pub struct CBTACTIVATESTRUCT {
pub fMouse: BOOL,
pub hWndActive: HWND,
}
Expand description
Required features: "Win32_UI_WindowsAndMessaging"
, "Win32_Foundation"
Fields§
§fMouse: BOOL
§hWndActive: HWND