Lines Matching refs:hCursor
156 HCURSOR hCursor = NULL;
245 hCursor = NULL;
371 hCursor = (HCURSOR) CreateIconIndirect( &ii );
373 if (hCursor == NULL)
377 if (GetIconInfo(hCursor, &ii))
383 DestroyCursor(hCursor);
388 hCursor = (HCURSOR) CreateIconIndirect( &ii );
390 if (hCursor == NULL)
408 if (!hCursor)
412 hCursor = CreateCursor (g_hInstance,
416 if (hCursor == NULL)
422 return hCursor;