CreateIcon

Function CreateIcon 

Source
pub unsafe extern "system" fn CreateIcon(
    hinstance: *mut c_void,
    nwidth: i32,
    nheight: i32,
    cplanes: u8,
    cbitspixel: u8,
    lpbandbits: *const u8,
    lpbxorbits: *const u8,
) -> *mut c_void
Expand description

#179 CreateIcon

creates an icon using the specified parameters