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.

33 lines
1012 B

  1. /*
  2. ** Copyright (c) 1992 Microsoft Corporation
  3. */
  4. /*============================================================================
  5. // FILE STLLNENT.H
  6. //
  7. // MODULE Jumbo Cartridge Public Information
  8. //
  9. // PURPOSE This file contains the function to draw styled
  10. //
  11. // DESCRIBED IN This module has not been documented at this time.
  12. //
  13. // EXTERNAL INTERFACES StyleLineDraw
  14. //
  15. // MNEMONICS Standard Hungarian
  16. //
  17. // HISTORY
  18. //
  19. // 04/02/92 Rodneyk WPG Coding Conventions.
  20. //
  21. //==========================================================================*/
  22. BYTE StyleLineDraw
  23. (
  24. LPRESTATE lpREState, // resource executor context
  25. RP_SLICE_DESC FAR *s, /* Line Slice descriptor */
  26. UBYTE ubLineStyle, /* Line style pointer */
  27. SHORT sRop, /* Current Raster operation number */
  28. SHORT wColor /* Pen color to use White = 0, Black = 0xffff */
  29. );