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.

9 lines
278 B

  1. int IntSqrt(unsigned long dwNum);
  2. #define DP_USEDCOLOR 0
  3. #define DP_FREECOLOR 1
  4. #define DP_USEDSHADOW 2
  5. #define DP_FREESHADOW 3
  6. STDAPI_(VOID) DrawPie(HDC hDC, LPCRECT prcItem, UINT uPctX10, BOOL TrueZr100,
  7. UINT uOffset, const COLORREF *lpColors);