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.

11 lines
486 B

  1. #pragma once
  2. /* ---------------------------------------------------------------------------
  3. ICUTILS.H
  4. ---------------------------------------------------------------------------
  5. Copyright (c) 1999 Microsoft Corporation
  6. Miscellaneous functions shared between inetcomm libs.
  7. ---------------------------------------------------------------------------
  8. */
  9. BOOL GetTextExtentPoint32AthW(HDC hdc, LPCWSTR lpwString, int cchString, LPSIZE lpSize, DWORD dwFlags);