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.

12 lines
265 B

  1. //
  2. // iconlib.h
  3. //
  4. #ifndef ICONLIB_H
  5. #define ICONLIB_H
  6. BOOL GetIconSize( HICON hIcon, SIZE *psize );
  7. BOOL GetIconBitmaps(HICON hIcon, HBITMAP *phbmp, HBITMAP *phbmpMask, SIZE *psize);
  8. int GetMenuIconHeight(int *pnMenuFontHeghti);
  9. #endif // ICONLIB_H