Function native_windows_gui::custom::build_sysclass [] [src]

pub unsafe fn build_sysclass<S: Into<String>>(
    p: SysclassParams<S>
) -> Result<(), SystemError>

Try to create a system class using the parameters provided in SysclassParams. Will not fail if the system class already exists.

Returns Err(SystemError::SysclassCreationFailed) if the system class creation failed.

Note that if the system class window proc used is malformed, the program will most likely segfault.