pub type WNDCLASS = WNDCLASSA;Aliased Type§
#[repr(C)]pub struct WNDCLASS {
pub style: u32,
pub lpfnWndProc: Option<unsafe extern "stdcall" fn(*mut HWND__, u32, u32, i32) -> i32>,
pub cbClsExtra: i32,
pub cbWndExtra: i32,
pub hInstance: *mut HINSTANCE__,
pub hIcon: *mut HICON__,
pub hCursor: *mut HICON__,
pub hbrBackground: *mut HBRUSH__,
pub lpszMenuName: *const i8,
pub lpszClassName: *const i8,
}Fields§
§style: u32§lpfnWndProc: Option<unsafe extern "stdcall" fn(*mut HWND__, u32, u32, i32) -> i32>§cbClsExtra: i32§cbWndExtra: i32§hInstance: *mut HINSTANCE__§hIcon: *mut HICON__§hCursor: *mut HICON__§hbrBackground: *mut HBRUSH__§lpszMenuName: *const i8§lpszClassName: *const i8