Function winsafe::RegisterClassEx

source ·
pub unsafe fn RegisterClassEx(wcx: &WNDCLASSEX<'_>) -> SysResult<ATOM>
Available on crate feature user only.
Expand description

RegisterClassEx function.

§Safety

In order to register a window class name, you must reset the global error with SetLastError and provide a window procedure.