Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
657 B

  1. #ifndef WIN32
  2. #ifndef LPTSTR
  3. #define LPTSTR LPSTR
  4. #endif
  5. #endif
  6. HBITMAP PASCAL LoadUIBitmap(
  7. HANDLE hInstance, // EXE file to load resource from
  8. LPTSTR szName, // name of bitmap resource
  9. COLORREF rgbText, // color to use for "Button Text"
  10. COLORREF rgbFace, // color to use for "Button Face"
  11. COLORREF rgbShadow, // color to use for "Button Shadow"
  12. COLORREF rgbHighlight, // color to use for "Button Hilight"
  13. COLORREF rgbWindow, // color to use for "Window Color"
  14. COLORREF rgbFrame); // color to use for "Window Frame"