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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_IconCursor.h38 void destroy_BMP(HBITMAP hBMP);
H A Dawt_IconCursor.cpp92 void destroy_BMP(HBITMAP hBMP) argument
94 if (hBMP) {
95 ::DeleteObject(hBMP);

Completed in 28 milliseconds