Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 41 of file cards.c.
{ DWORD dwIndex; /* Report card width and height to user */ *Width = CARD_WIDTH; *Height = CARD_HEIGHT; /* Load images */ for (dwIndex = 0; dwIndex < MAX_CARD_BITMAPS; ++dwIndex) g_CardBitmaps[dwIndex] = (HBITMAP)LoadBitmapA(g_hModule, MAKEINTRESOURCEA(dwIndex + 1)); return TRUE; }