Function user32::CreateIcon [] [src]

pub unsafe extern "system" fn CreateIcon(
    hInstance: HINSTANCE,
    nWidth: c_int,
    nHeight: c_int,
    cPlanes: BYTE,
    cBitsPixel: BYTE,
    lpbANDbits: *const BYTE,
    lpbXORbits: *const BYTE
) -> HICON