Home
last modified time | relevance | path

Searched refs:hBMP (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rosapps/applications/screensavers/butterflies/
H A Dbutterflies.c90 HBITMAP hBMP; // Handle Of The Bitmap in LoadGLTextures() local
100hBMP=(HBITMAP)LoadImage(GetModuleHandle(NULL),MAKEINTRESOURCE(Texture[loop]), IMAGE_BITMAP, 0, 0, … in LoadGLTextures()
101 if (hBMP) // Does The Bitmap Exist? in LoadGLTextures()
103 GetObject(hBMP,sizeof(BMP), &BMP); // Get The Object in LoadGLTextures()