Function user32::CreateCursor
[−]
[src]
pub unsafe extern "system" fn CreateCursor(
hInst: HINSTANCE,
xHotSpot: c_int,
yHotSpot: c_int,
nWidth: c_int,
nHeight: c_int,
pvAndPlane: *const VOID,
pvXORPlane: *const VOID
) -> HCURSOR