en:docs:win16:modules:gdi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:docs:win16:modules:gdi [2025/11/27 07:13] prokusheven:docs:win16:modules:gdi [2025/11/27 07:19] (current) prokushev
Line 1: Line 1:
- +^ Ordinal ^ Name ^ Description ^ Status ^ Version ^ 
-^ Ordinal ^ Name ^ Description ^ Status ^^^ Version ^ +| 1 | [[en:docs:win16:api:gdi:SETBKCOLOR]] | Sets the current background color | | | 
-^   :::    ::: ^  :::        ^ Real ^ Std ^ Enh ^ ::: ^ +| 2 | [[en:docs:win16:api:gdi:SETBKMODE]] | Sets the background mix mode | | | 
-| 0 | GDI | Graphics Device Interface | | | | +| 3 | [[en:docs:win16:api:gdi:SETMAPMODE]] | Sets the mapping mode | | | 
-| 1 | [[en:docs:win16:api:gdi:|SETBKCOLOR]] | Sets the current background color | | | +| 4 | [[en:docs:win16:api:gdi:SETROP2]] | Sets the foreground mix mode | | | 
-| 2 | [[en:docs:win16:api:gdi:|SETBKMODE]] | Sets the background mix mode | | | +| 6 | [[en:docs:win16:api:gdi:SETPOLYFILLMODE]] | Sets the polygon filling mode | | | 
-| 3 | [[en:docs:win16:api:gdi:|SETMAPMODE]] | Sets the mapping mode | | | +| 7 | [[en:docs:win16:api:gdi:SETSTRETCHBLTMODE]] | Sets the bitmap stretching mode | | | 
-| 4 | [[en:docs:win16:api:gdi:|SETROP2]] | Sets the foreground mix mode | | | +| 8 | [[en:docs:win16:api:gdi:SETTEXTCHARACTEREXTRA]] | Sets intercharacter spacing | | | 
-| 6 | [[en:docs:win16:api:gdi:|SETPOLYFILLMODE]] | Sets the polygon filling mode | | | +| 9 | [[en:docs:win16:api:gdi:SETTEXTCOLOR]] | Sets the text color | | | 
-| 7 | [[en:docs:win16:api:gdi:|SETSTRETCHBLTMODE]] | Sets the bitmap stretching mode | | | +| 10 | [[en:docs:win16:api:gdi:SETTEXTJUSTIFICATION]] | Sets text justification parameters | | | 
-| 8 | [[en:docs:win16:api:gdi:|SETTEXTCHARACTEREXTRA]] | Sets intercharacter spacing | | | +| 11 | [[en:docs:win16:api:gdi:SETWINDOWORG]] | Sets the window origin | | | 
-| 9 | [[en:docs:win16:api:gdi:|SETTEXTCOLOR]] | Sets the text color | | | +| 12 | [[en:docs:win16:api:gdi:SETWINDOWEXT]] | Sets the window extents | | | 
-| 10 | [[en:docs:win16:api:gdi:|SETTEXTJUSTIFICATION]] | Sets text justification parameters | | | +| 13 | [[en:docs:win16:api:gdi:SETVIEWPORTORG]] | Sets the viewport origin | | | 
-| 11 | [[en:docs:win16:api:gdi:|SETWINDOWORG]] | Sets the window origin | | | +| 14 | [[en:docs:win16:api:gdi:SETVIEWPORTEXT]] | Sets the viewport extents | | | 
-| 12 | [[en:docs:win16:api:gdi:|SETWINDOWEXT]] | Sets the window extents | | | +| 15 | [[en:docs:win16:api:gdi:OFFSETWINDOWORG]] | Moves the window origin | | | 
-| 13 | [[en:docs:win16:api:gdi:|SETVIEWPORTORG]] | Sets the viewport origin | | | +| 16 | [[en:docs:win16:api:gdi:SCALEWINDOWEXT]] | Scales the window extents | | | 
-| 14 | [[en:docs:win16:api:gdi:|SETVIEWPORTEXT]] | Sets the viewport extents | | | +| 17 | [[en:docs:win16:api:gdi:OFFSETVIEWPORTORG]] | Moves the viewport origin | | | 
-| 15 | [[en:docs:win16:api:gdi:|OFFSETWINDOWORG]] | Moves the window origin | | | +| 18 | [[en:docs:win16:api:gdi:SCALEVIEWPORTEXT]] | Scales the viewport extents | | | 
-| 16 | [[en:docs:win16:api:gdi:|SCALEWINDOWEXT]] | Scales the window extents | | | +| 19 | [[en:docs:win16:api:gdi:LINETO]] | Draws a line from current position to specified point | | | 
-| 17 | [[en:docs:win16:api:gdi:|OFFSETVIEWPORTORG]] | Moves the viewport origin | | | +| 20 | [[en:docs:win16:api:gdi:MOVETO]] | Moves the current position | | | 
-| 18 | [[en:docs:win16:api:gdi:|SCALEVIEWPORTEXT]] | Scales the viewport extents | | | +| 21 | [[en:docs:win16:api:gdi:EXCLUDECLIPRECT]] | Excludes a rectangle from the clipping region | | | 
-| 19 | [[en:docs:win16:api:gdi:|LINETO]] | Draws a line from current position to specified point | | | +| 22 | [[en:docs:win16:api:gdi:INTERSECTCLIPRECT]] | Intersects a rectangle with the clipping region | | | 
-| 20 | [[en:docs:win16:api:gdi:|MOVETO]] | Moves the current position | | | +| 23 | [[en:docs:win16:api:gdi:ARC]] | Draws an elliptical arc | | | 
-| 21 | [[en:docs:win16:api:gdi:|EXCLUDECLIPRECT]] | Excludes a rectangle from the clipping region | | | +| 24 | [[en:docs:win16:api:gdi:ELLIPSE]] | Draws an ellipse | | | 
-| 22 | [[en:docs:win16:api:gdi:|INTERSECTCLIPRECT]] | Intersects a rectangle with the clipping region | | | +| 25 | [[en:docs:win16:api:gdi:FLOODFILL]] | Fills an area with the current brush | | | 
-| 23 | [[en:docs:win16:api:gdi:|ARC]] | Draws an elliptical arc | | | +| 26 | [[en:docs:win16:api:gdi:PIE]] | Draws a pie-shaped wedge | | | 
-| 24 | [[en:docs:win16:api:gdi:|ELLIPSE]] | Draws an ellipse | | | +| 27 | [[en:docs:win16:api:gdi:RECTANGLE]] | Draws a rectangle | | | 
-| 25 | [[en:docs:win16:api:gdi:|FLOODFILL]] | Fills an area with the current brush | | | +| 28 | [[en:docs:win16:api:gdi:ROUNDRECT]] | Draws a rectangle with rounded corners | | | 
-| 26 | [[en:docs:win16:api:gdi:|PIE]] | Draws a pie-shaped wedge | | | +| 29 | [[en:docs:win16:api:gdi:PATBLT]] | Performs a pattern bit-block transfer | | | 
-| 27 | [[en:docs:win16:api:gdi:|RECTANGLE]] | Draws a rectangle | | | +| 30 | [[en:docs:win16:api:gdi:SAVEDC]] | Saves the device context state | | | 
-| 28 | [[en:docs:win16:api:gdi:|ROUNDRECT]] | Draws a rectangle with rounded corners | | | +| 31 | [[en:docs:win16:api:gdi:SETPIXEL]] | Sets a pixel to the specified color | | | 
-| 29 | [[en:docs:win16:api:gdi:|PATBLT]] | Performs a pattern bit-block transfer | | | +| 32 | [[en:docs:win16:api:gdi:OFFSETCLIPRGN]] | Moves the clipping region | | | 
-| 30 | [[en:docs:win16:api:gdi:|SAVEDC]] | Saves the device context state | | | +| 33 | [[en:docs:win16:api:gdi:TEXTOUT]] | Outputs a character string | | | 
-| 31 | [[en:docs:win16:api:gdi:|SETPIXEL]] | Sets a pixel to the specified color | | | +| 34 | [[en:docs:win16:api:gdi:BITBLT]] | Performs a bit-block transfer | | | 
-| 32 | [[en:docs:win16:api:gdi:|OFFSETCLIPRGN]] | Moves the clipping region | | | +| 35 | [[en:docs:win16:api:gdi:STRETCHBLT]] | Performs a stretched bit-block transfer | | | 
-| 33 | [[en:docs:win16:api:gdi:|TEXTOUT]] | Outputs a character string | | | +| 36 | [[en:docs:win16:api:gdi:POLYGON]] | Draws a polygon | | | 
-| 34 | [[en:docs:win16:api:gdi:|BITBLT]] | Performs a bit-block transfer | | | +| 37 | [[en:docs:win16:api:gdi:POLYLINE]] | Draws a series of line segments | | | 
-| 35 | [[en:docs:win16:api:gdi:|STRETCHBLT]] | Performs a stretched bit-block transfer | | | +| 38 | [[en:docs:win16:api:gdi:ESCAPE]] | Accesses device-specific functions | | | 
-| 36 | [[en:docs:win16:api:gdi:|POLYGON]] | Draws a polygon | | | +| 39 | [[en:docs:win16:api:gdi:RESTOREDC]] | Restores the device context state | | | 
-| 37 | [[en:docs:win16:api:gdi:|POLYLINE]] | Draws a series of line segments | | | +| 40 | [[en:docs:win16:api:gdi:FILLRGN]] | Fills a region with a brush | | | 
-| 38 | [[en:docs:win16:api:gdi:|ESCAPE]] | Accesses device-specific functions | | | +| 41 | [[en:docs:win16:api:gdi:FRAMERGN]] | Draws a border around a region | | | 
-| 39 | [[en:docs:win16:api:gdi:|RESTOREDC]] | Restores the device context state | | | +| 42 | [[en:docs:win16:api:gdi:INVERTRGN]] | Inverts the colors in a region | | | 
-| 40 | [[en:docs:win16:api:gdi:|FILLRGN]] | Fills a region with a brush | | | +| 43 | [[en:docs:win16:api:gdi:PAINTRGN]] | Paints a region with a brush | | | 
-| 41 | [[en:docs:win16:api:gdi:|FRAMERGN]] | Draws a border around a region | | | +| 44 | [[en:docs:win16:api:gdi:SELECTCLIPRGN]] | Selects a region as the clipping region | | | 
-| 42 | [[en:docs:win16:api:gdi:|INVERTRGN]] | Inverts the colors in a region | | | +| 45 | [[en:docs:win16:api:gdi:SELECTOBJECT]] | Selects an object into the device context | | | 
-| 43 | [[en:docs:win16:api:gdi:|PAINTRGN]] | Paints a region with a brush | | | +| 47 | [[en:docs:win16:api:gdi:COMBINERGN]] | Combines two regions | | | 
-| 44 | [[en:docs:win16:api:gdi:|SELECTCLIPRGN]] | Selects a region as the clipping region | | | +| 48 | [[en:docs:win16:api:gdi:CREATEBITMAP]] | Creates a bitmap | | | 
-| 45 | [[en:docs:win16:api:gdi:|SELECTOBJECT]] | Selects an object into the device context | | | +| 49 | [[en:docs:win16:api:gdi:CREATEBITMAPINDIRECT]] | Creates a bitmap from a structure | | | 
-| 47 | [[en:docs:win16:api:gdi:|COMBINERGN]] | Combines two regions | | | +| 50 | [[en:docs:win16:api:gdi:CREATEBRUSHINDIRECT]] | Creates a brush from a structure | | | 
-| 48 | [[en:docs:win16:api:gdi:|CREATEBITMAP]] | Creates a bitmap | | | +| 51 | [[en:docs:win16:api:gdi:CREATECOMPATIBLEBITMAP]] | Creates a compatible bitmap | | | 
-| 49 | [[en:docs:win16:api:gdi:|CREATEBITMAPINDIRECT]] | Creates a bitmap from a structure | | | +| 52 | [[en:docs:win16:api:gdi:CREATECOMPATIBLEDC]] | Creates a memory device context | | | 
-| 50 | [[en:docs:win16:api:gdi:|CREATEBRUSHINDIRECT]] | Creates a brush from a structure | | | +| 54 | [[en:docs:win16:api:gdi:CREATEDC]] | Creates a device context | | | 
-| 51 | [[en:docs:win16:api:gdi:|CREATECOMPATIBLEBITMAP]] | Creates a compatible bitmap | | | +| 55 | [[en:docs:win16:api:gdi:CREATEELLIPTICRGN]] | Creates an elliptical region | | | 
-| 52 | [[en:docs:win16:api:gdi:|CREATECOMPATIBLEDC]] | Creates a memory device context | | | +| 56 | [[en:docs:win16:api:gdi:CREATEELLIPTICRGNINDIRECT]] | Creates an elliptical region from a rectangle | | | 
-| 54 | [[en:docs:win16:api:gdi:|CREATEDC]] | Creates a device context | | | +| 57 | [[en:docs:win16:api:gdi:CREATEFONT]] | Creates a logical font | | | 
-| 55 | [[en:docs:win16:api:gdi:|CREATEELLIPTICRGN]] | Creates an elliptical region | | | +| 58 | [[en:docs:win16:api:gdi:CREATEFONTINDIRECT]] | Creates a font from a structure | | | 
-| 56 | [[en:docs:win16:api:gdi:|CREATEELLIPTICRGNINDIRECT]] | Creates an elliptical region from a rectangle | | | +| 59 | [[en:docs:win16:api:gdi:CREATEHATCHBRUSH]] | Creates a hatched brush | | | 
-| 57 | [[en:docs:win16:api:gdi:|CREATEFONT]] | Creates a logical font | | | +| 60 | [[en:docs:win16:api:gdi:CREATEPATTERNBRUSH]] | Creates a pattern brush | | | 
-| 58 | [[en:docs:win16:api:gdi:|CREATEFONTINDIRECT]] | Creates a font from a structure | | | +| 61 | [[en:docs:win16:api:gdi:CREATEPEN]] | Creates a logical pen | | | 
-| 59 | [[en:docs:win16:api:gdi:|CREATEHATCHBRUSH]] | Creates a hatched brush | | | +| 62 | [[en:docs:win16:api:gdi:CREATEPENINDIRECT]] | Creates a pen from a structure | | | 
-| 60 | [[en:docs:win16:api:gdi:|CREATEPATTERNBRUSH]] | Creates a pattern brush | | | +| 63 | [[en:docs:win16:api:gdi:CREATEPOLYGONRGN]] | Creates a polygonal region | | | 
-| 61 | [[en:docs:win16:api:gdi:|CREATEPEN]] | Creates a logical pen | | | +| 64 | [[en:docs:win16:api:gdi:CREATERECTRGN]] | Creates a rectangular region | | | 
-| 62 | [[en:docs:win16:api:gdi:|CREATEPENINDIRECT]] | Creates a pen from a structure | | | +| 65 | [[en:docs:win16:api:gdi:CREATERECTRGNINDIRECT]] | Creates a rectangular region from a rectangle | | | 
-| 63 | [[en:docs:win16:api:gdi:|CREATEPOLYGONRGN]] | Creates a polygonal region | | | +| 66 | [[en:docs:win16:api:gdi:CREATESOLIDBRUSH]] | Creates a solid brush | | | 
-| 64 | [[en:docs:win16:api:gdi:|CREATERECTRGN]] | Creates a rectangular region | | | +| 67 | [[en:docs:win16:api:gdi:DPTOLP]] | Converts device points to logical points | | | 
-| 65 | [[en:docs:win16:api:gdi:|CREATERECTRGNINDIRECT]] | Creates a rectangular region from a rectangle | | | +| 68 | [[en:docs:win16:api:gdi:DELETEDC]] | Deletes a device context | | | 
-| 66 | [[en:docs:win16:api:gdi:|CREATESOLIDBRUSH]] | Creates a solid brush | | | +| 69 | [[en:docs:win16:api:gdi:DELETEOBJECT]] | Deletes a GDI object | | | 
-| 67 | [[en:docs:win16:api:gdi:|DPTOLP]] | Converts device points to logical points | | | +| 70 | [[en:docs:win16:api:gdi:ENUMFONTS]] | Enumerates available fonts | | | 
-| 68 | [[en:docs:win16:api:gdi:|DELETEDC]] | Deletes a device context | | | +| 71 | [[en:docs:win16:api:gdi:ENUMOBJECTS]] | Enumerates GDI objects | | | 
-| 69 | [[en:docs:win16:api:gdi:|DELETEOBJECT]] | Deletes a GDI object | | | +| 72 | [[en:docs:win16:api:gdi:EQUALRGN]] | Checks if two regions are equal | | | 
-| 70 | [[en:docs:win16:api:gdi:|ENUMFONTS]] | Enumerates available fonts | | | +| 74 | [[en:docs:win16:api:gdi:GETBITMAPBITS]] | Retrieves bitmap bits | | | 
-| 71 | [[en:docs:win16:api:gdi:|ENUMOBJECTS]] | Enumerates GDI objects | | | +| 75 | [[en:docs:win16:api:gdi:GETBKCOLOR]] | Retrieves the background color | | | 
-| 72 | [[en:docs:win16:api:gdi:|EQUALRGN]] | Checks if two regions are equal | | | +| 76 | [[en:docs:win16:api:gdi:GETBKMODE]] | Retrieves the background mix mode | | | 
-| 74 | [[en:docs:win16:api:gdi:|GETBITMAPBITS]] | Retrieves bitmap bits | | | +| 77 | [[en:docs:win16:api:gdi:GETCLIPBOX]] | Retrieves the clipping bounding box | | | 
-| 75 | [[en:docs:win16:api:gdi:|GETBKCOLOR]] | Retrieves the background color | | | +| 78 | [[en:docs:win16:api:gdi:GETCURRENTPOSITION]] | Retrieves the current position | | | 
-| 76 | [[en:docs:win16:api:gdi:|GETBKMODE]] | Retrieves the background mix mode | | | +| 79 | [[en:docs:win16:api:gdi:GETDCORG]] | Retrieves the device context origin | | | 
-| 77 | [[en:docs:win16:api:gdi:|GETCLIPBOX]] | Retrieves the clipping bounding box | | | +| 80 | [[en:docs:win16:api:gdi:GETDEVICECAPS]] | Retrieves device capabilities | | | 
-| 78 | [[en:docs:win16:api:gdi:|GETCURRENTPOSITION]] | Retrieves the current position | | | +| 81 | [[en:docs:win16:api:gdi:GETMAPMODE]] | Retrieves the mapping mode | | | 
-| 79 | [[en:docs:win16:api:gdi:|GETDCORG]] | Retrieves the device context origin | | | +| 82 | [[en:docs:win16:api:gdi:GETOBJECT]] | Retrieves information about a GDI object | | | 
-| 80 | [[en:docs:win16:api:gdi:|GETDEVICECAPS]] | Retrieves device capabilities | | | +| 83 | [[en:docs:win16:api:gdi:GETPIXEL]] | Retrieves the color of a pixel | | | 
-| 81 | [[en:docs:win16:api:gdi:|GETMAPMODE]] | Retrieves the mapping mode | | | +| 84 | [[en:docs:win16:api:gdi:GETPOLYFILLMODE]] | Retrieves the polygon filling mode | | | 
-| 82 | [[en:docs:win16:api:gdi:|GETOBJECT]] | Retrieves information about a GDI object | | | +| 85 | [[en:docs:win16:api:gdi:GETROP2]] | Retrieves the foreground mix mode | | | 
-| 83 | [[en:docs:win16:api:gdi:|GETPIXEL]] | Retrieves the color of a pixel | | | +| 86 | [[en:docs:win16:api:gdi:GETRELABS]] | Converts relative coordinates to absolute | | | 
-| 84 | [[en:docs:win16:api:gdi:|GETPOLYFILLMODE]] | Retrieves the polygon filling mode | | | +| 87 | [[en:docs:win16:api:gdi:GETSTOCKOBJECT]] | Retrieves a stock GDI object | | | 
-| 85 | [[en:docs:win16:api:gdi:|GETROP2]] | Retrieves the foreground mix mode | | | +| 88 | [[en:docs:win16:api:gdi:GETSTRETCHBLTMODE]] | Retrieves the bitmap stretching mode | | | 
-| 86 | [[en:docs:win16:api:gdi:|GETRELABS]] | Converts relative coordinates to absolute | | | +| 89 | [[en:docs:win16:api:gdi:GETTEXTCHARACTEREXTRA]] | Retrieves intercharacter spacing | | | 
-| 87 | [[en:docs:win16:api:gdi:|GETSTOCKOBJECT]] | Retrieves a stock GDI object | | | +| 90 | [[en:docs:win16:api:gdi:GETTEXTCOLOR]] | Retrieves the text color | | | 
-| 88 | [[en:docs:win16:api:gdi:|GETSTRETCHBLTMODE]] | Retrieves the bitmap stretching mode | | | +| 91 | [[en:docs:win16:api:gdi:GETTEXTEXTENT]] | Computes text dimensions | | | 
-| 89 | [[en:docs:win16:api:gdi:|GETTEXTCHARACTEREXTRA]] | Retrieves intercharacter spacing | | | +| 92 | [[en:docs:win16:api:gdi:GETTEXTFACE]] | Retrieves the typeface name | | | 
-| 90 | [[en:docs:win16:api:gdi:|GETTEXTCOLOR]] | Retrieves the text color | | | +| 93 | [[en:docs:win16:api:gdi:GETTEXTMETRICS]] | Retrieves font metrics | | | 
-| 91 | [[en:docs:win16:api:gdi:|GETTEXTEXTENT]] | Computes text dimensions | | | +| 94 | [[en:docs:win16:api:gdi:GETVIEWPORTEXT]] | Retrieves the viewport extents | | | 
-| 92 | [[en:docs:win16:api:gdi:|GETTEXTFACE]] | Retrieves the typeface name | | | +| 95 | [[en:docs:win16:api:gdi:GETVIEWPORTORG]] | Retrieves the viewport origin | | | 
-| 93 | [[en:docs:win16:api:gdi:|GETTEXTMETRICS]] | Retrieves font metrics | | | +| 96 | [[en:docs:win16:api:gdi:GETWINDOWEXT]] | Retrieves the window extents | | | 
-| 94 | [[en:docs:win16:api:gdi:|GETVIEWPORTEXT]] | Retrieves the viewport extents | | | +| 97 | [[en:docs:win16:api:gdi:GETWINDOWORG]] | Retrieves the window origin | | | 
-| 95 | [[en:docs:win16:api:gdi:|GETVIEWPORTORG]] | Retrieves the viewport origin | | | +| 99 | [[en:docs:win16:api:gdi:LPTODP]] | Converts logical points to device points | | | 
-| 96 | [[en:docs:win16:api:gdi:|GETWINDOWEXT]] | Retrieves the window extents | | | +| 100 | [[en:docs:win16:api:gdi:LINEDDA]] | Line drawing with callback function | | | 
-| 97 | [[en:docs:win16:api:gdi:|GETWINDOWORG]] | Retrieves the window origin | | | +| 101 | [[en:docs:win16:api:gdi:OFFSETRGN]] | Moves a region | | | 
-| 99 | [[en:docs:win16:api:gdi:|LPTODP]] | Converts logical points to device points | | | +| 103 | [[en:docs:win16:api:gdi:PTVISIBLE]] | Checks if a point is visible | | | 
-| 100 | [[en:docs:win16:api:gdi:|LINEDDA]] | Line drawing with callback function | | | +| 104 | [[en:docs:win16:api:gdi:RECTVISIBLE]] | Checks if a rectangle is visible | | | 
-| 101 | [[en:docs:win16:api:gdi:|OFFSETRGN]] | Moves a region | | | +| 106 | [[en:docs:win16:api:gdi:SETBITMAPBITS]] | Sets bitmap bits | | | 
-| 103 | [[en:docs:win16:api:gdi:|PTVISIBLE]] | Checks if a point is visible | | | +| 119 | [[en:docs:win16:api:gdi:ADDFONTRESOURCE]] | Adds a font resource | | | 
-| 104 | [[en:docs:win16:api:gdi:|RECTVISIBLE]] | Checks if a rectangle is visible | | | +| 123 | [[en:docs:win16:api:gdi:PLAYMETAFILE]] | Plays a metafile | | | 
-| 106 | [[en:docs:win16:api:gdi:|SETBITMAPBITS]] | Sets bitmap bits | | | +| 124 | [[en:docs:win16:api:gdi:GETMETAFILE]] | Retrieves a metafile | | | 
-| 119 | [[en:docs:win16:api:gdi:|ADDFONTRESOURCE]] | Adds a font resource | | | +| 125 | [[en:docs:win16:api:gdi:CREATEMETAFILE]] | Creates a metafile | | | 
-| 123 | [[en:docs:win16:api:gdi:|PLAYMETAFILE]] | Plays a metafile | | | +| 126 | [[en:docs:win16:api:gdi:CLOSEMETAFILE]] | Closes a metafile | | | 
-| 124 | [[en:docs:win16:api:gdi:|GETMETAFILE]] | Retrieves a metafile | | | +| 127 | [[en:docs:win16:api:gdi:DELETEMETAFILE]] | Deletes a metafile | | | 
-| 125 | [[en:docs:win16:api:gdi:|CREATEMETAFILE]] | Creates a metafile | | | +| 128 | [[en:docs:win16:api:gdi:MULDIV]] | Performs multiplication and division | | | 
-| 126 | [[en:docs:win16:api:gdi:|CLOSEMETAFILE]] | Closes a metafile | | | +| 132 | [[en:docs:win16:api:gdi:SETENVIRONMENT]] | Sets printer environment | | | 
-| 127 | [[en:docs:win16:api:gdi:|DELETEMETAFILE]] | Deletes a metafile | | | +| 133 | [[en:docs:win16:api:gdi:GETENVIRONMENT]] | Retrieves printer environment | | | 
-| 128 | [[en:docs:win16:api:gdi:|MULDIV]] | Performs multiplication and division | | | +| 134 | [[en:docs:win16:api:gdi:GETRGNBOX]] | Retrieves region bounding box | | | 
-| 132 | [[en:docs:win16:api:gdi:|SETENVIRONMENT]] | Sets printer environment | | | +| 136 | [[en:docs:win16:api:gdi:REMOVEFONTRESOURCE]] | Removes a font resource | | | 
-| 133 | [[en:docs:win16:api:gdi:|GETENVIRONMENT]] | Retrieves printer environment | | | +| 148 | [[en:docs:win16:api:gdi:SETBRUSHORG]] | Sets brush origin | | | 
-| 134 | [[en:docs:win16:api:gdi:|GETRGNBOX]] | Retrieves region bounding box | | | +| 149 | [[en:docs:win16:api:gdi:GETBRUSHORG]] | Retrieves brush origin | | | 
-| 136 | [[en:docs:win16:api:gdi:|REMOVEFONTRESOURCE]] | Removes a font resource | | | +| 150 | [[en:docs:win16:api:gdi:UNREALIZEOBJECT]] | Unrealizes a GDI object | | | 
-| 148 | [[en:docs:win16:api:gdi:|SETBRUSHORG]] | Sets brush origin | | | +| 151 | [[en:docs:win16:api:gdi:COPYMETAFILE]] | Copies a metafile | | | 
-| 149 | [[en:docs:win16:api:gdi:|GETBRUSHORG]] | Retrieves brush origin | | | +| 153 | [[en:docs:win16:api:gdi:CREATEIC]] | Creates an information context | | | 
-| 150 | [[en:docs:win16:api:gdi:|UNREALIZEOBJECT]] | Unrealizes a GDI object | | | +| 154 | [[en:docs:win16:api:gdi:GETNEARESTCOLOR]] | Retrieves nearest available color | | | 
-| 151 | [[en:docs:win16:api:gdi:|COPYMETAFILE]] | Copies a metafile | | | +| 155 | [[en:docs:win16:api:gdi:QUERYABORT]] | Queries print job abort status | | | 
-| 153 | [[en:docs:win16:api:gdi:|CREATEIC]] | Creates an information context | | | +| 156 | [[en:docs:win16:api:gdi:CREATEDISCARDABLEBITMAP]] | Creates a discardable bitmap | | | 
-| 154 | [[en:docs:win16:api:gdi:|GETNEARESTCOLOR]] | Retrieves nearest available color | | | +| 159 | [[en:docs:win16:api:gdi:GETMETAFILEBITS]] | Retrieves metafile bits | | | 
-| 155 | [[en:docs:win16:api:gdi:|QUERYABORT]] | Queries print job abort status | | | +| 160 | [[en:docs:win16:api:gdi:SETMETAFILEBITS]] | Sets metafile bits | | | 
-| 156 | [[en:docs:win16:api:gdi:|CREATEDISCARDABLEBITMAP]] | Creates a discardable bitmap | | | +| 161 | [[en:docs:win16:api:gdi:PTINREGION]] | Checks if point is in region | | | 
-| 159 | [[en:docs:win16:api:gdi:|GETMETAFILEBITS]] | Retrieves metafile bits | | | +| 162 | [[en:docs:win16:api:gdi:GETBITMAPDIMENSION]] | Retrieves bitmap dimensions | | | 
-| 160 | [[en:docs:win16:api:gdi:|SETMETAFILEBITS]] | Sets metafile bits | | | +| 163 | [[en:docs:win16:api:gdi:SETBITMAPDIMENSION]] | Sets bitmap dimensions | | | 
-| 161 | [[en:docs:win16:api:gdi:|PTINREGION]] | Checks if point is in region | | | +| 172 | [[en:docs:win16:api:gdi:SETRECTRGN]] | Sets a rectangular region | | | 
-| 162 | [[en:docs:win16:api:gdi:|GETBITMAPDIMENSION]] | Retrieves bitmap dimensions | | | +| 175 | [[en:docs:win16:api:gdi:ENUMMETAFILE]] | Enumerates metafile records | | | 
-| 163 | [[en:docs:win16:api:gdi:|SETBITMAPDIMENSION]] | Sets bitmap dimensions | | | +| 176 | [[en:docs:win16:api:gdi:PLAYMETAFILERECORD]] | Plays a metafile record | | | 
-| 172 | [[en:docs:win16:api:gdi:|SETRECTRGN]] | Sets a rectangular region | | | +| 181 | [[en:docs:win16:api:gdi:RECTINREGION]] | Checks if rectangle is in region | | | 
-| 175 | [[en:docs:win16:api:gdi:|ENUMMETAFILE]] | Enumerates metafile records | | | +| 193 | [[en:docs:win16:api:gdi:SETBOUNDSRECT]] | Sets bounding rectangle | | | 
-| 176 | [[en:docs:win16:api:gdi:|PLAYMETAFILERECORD]] | Plays a metafile record | | | +| 194 | [[en:docs:win16:api:gdi:GETBOUNDSRECT]] | Retrieves bounding rectangle | | | 
-| 181 | [[en:docs:win16:api:gdi:|RECTINREGION]] | Checks if rectangle is in region | | | +| 196 | [[en:docs:win16:api:gdi:SETMETAFILEBITSBETTER]] | Sets metafile bits with improved method | | | 
-| 193 | [[en:docs:win16:api:gdi:|SETBOUNDSRECT]] | Sets bounding rectangle | | | +| 201 | [[en:docs:win16:api:gdi:DMBITBLT]] | Device mode bit-block transfer | | | 
-| 194 | [[en:docs:win16:api:gdi:|GETBOUNDSRECT]] | Retrieves bounding rectangle | | | +| 202 | [[en:docs:win16:api:gdi:DMCOLORINFO]] | Device mode color information | | | 
-| 196 | [[en:docs:win16:api:gdi:|SETMETAFILEBITSBETTER]] | Sets metafile bits with improved method | | | +| 208 | [[en:docs:win16:api:gdi:DMOUTPUT]] | Device mode output | | | 
-| 201 | [[en:docs:win16:api:gdi:|DMBITBLT]] | Device mode bit-block transfer | | | +| 209 | [[en:docs:win16:api:gdi:DMPIXEL]] | Device mode pixel operation | | | 
-| 202 | [[en:docs:win16:api:gdi:|DMCOLORINFO]] | Device mode color information | | | +| 210 | [[en:docs:win16:api:gdi:DMREALIZEOBJECT]] | Device mode object realization | | | 
-| 208 | [[en:docs:win16:api:gdi:|DMOUTPUT]] | Device mode output | | | +| 211 | [[en:docs:win16:api:gdi:DMSTRBLT]] | Device mode stretch block transfer | | | 
-| 209 | [[en:docs:win16:api:gdi:|DMPIXEL]] | Device mode pixel operation | | | +| 212 | [[en:docs:win16:api:gdi:DMSCANLR]] | Device mode scanline operation | | | 
-| 210 | [[en:docs:win16:api:gdi:|DMREALIZEOBJECT]] | Device mode object realization | | | +| 240 | [[en:docs:win16:api:gdi:OPENJOB]] | Opens print job | | | 
-| 211 | [[en:docs:win16:api:gdi:|DMSTRBLT]] | Device mode stretch block transfer | | | +| 241 | [[en:docs:win16:api:gdi:WRITESPOOL]] | Writes to spooler | | | 
-| 212 | [[en:docs:win16:api:gdi:|DMSCANLR]] | Device mode scanline operation | | | +| 243 | [[en:docs:win16:api:gdi:CLOSEJOB]] | Closes print job | | | 
-| 240 | [[en:docs:win16:api:gdi:|OPENJOB]] | Opens print job | | | +| 244 | [[en:docs:win16:api:gdi:DELETEJOB]] | Deletes print job | | | 
-| 241 | [[en:docs:win16:api:gdi:|WRITESPOOL]] | Writes to spooler | | | +| 246 | [[en:docs:win16:api:gdi:STARTSPOOLPAGE]] | Starts spooler page | | | 
-| 243 | [[en:docs:win16:api:gdi:|CLOSEJOB]] | Closes print job | | | +| 247 | [[en:docs:win16:api:gdi:ENDSPOOLPAGE]] | Ends spooler page | | | 
-| 244 | [[en:docs:win16:api:gdi:|DELETEJOB]] | Deletes print job | | | +| 254 | [[en:docs:win16:api:gdi:SPOOLFILE]] | Spools file | | | 
-| 246 | [[en:docs:win16:api:gdi:|STARTSPOOLPAGE]] | Starts spooler page | | | +| 300 | [[en:docs:win16:api:gdi:ENGINEENUMERATEFONT]] | Engine font enumeration | | | 
-| 247 | [[en:docs:win16:api:gdi:|ENDSPOOLPAGE]] | Ends spooler page | | | +| 301 | [[en:docs:win16:api:gdi:ENGINEDELETEFONT]] | Engine font deletion | | | 
-| 254 | [[en:docs:win16:api:gdi:|SPOOLFILE]] | Spools file | | | +| 302 | [[en:docs:win16:api:gdi:ENGINEREALIZEFONT]] | Engine font realization | | | 
-| 300 | [[en:docs:win16:api:gdi:|ENGINEENUMERATEFONT]] | Engine font enumeration | | | +| 303 | [[en:docs:win16:api:gdi:ENGINEGETCHARWIDTH]] | Engine character width retrieval | | | 
-| 301 | [[en:docs:win16:api:gdi:|ENGINEDELETEFONT]] | Engine font deletion | | | +| 304 | [[en:docs:win16:api:gdi:ENGINESETFONTCONTEXT]] | Engine font context setting | | | 
-| 302 | [[en:docs:win16:api:gdi:|ENGINEREALIZEFONT]] | Engine font realization | | | +| 305 | [[en:docs:win16:api:gdi:ENGINEGETGLYPHBMP]] | Engine glyph bitmap retrieval | | | 
-| 303 | [[en:docs:win16:api:gdi:|ENGINEGETCHARWIDTH]] | Engine character width retrieval | | | +| 307 | [[en:docs:win16:api:gdi:GETCHARABCWIDTHS]] | Retrieves character ABC widths | | | 
-| 304 | [[en:docs:win16:api:gdi:|ENGINESETFONTCONTEXT]] | Engine font context setting | | | +| 308 | [[en:docs:win16:api:gdi:GETOUTLINETEXTMETRICS]] | Retrieves outline text metrics | | | 
-| 305 | [[en:docs:win16:api:gdi:|ENGINEGETGLYPHBMP]] | Engine glyph bitmap retrieval | | | +| 309 | [[en:docs:win16:api:gdi:GETGLYPHOUTLINE]] | Retrieves glyph outline | | | 
-| 307 | [[en:docs:win16:api:gdi:|GETCHARABCWIDTHS]] | Retrieves character ABC widths | | | +| 310 | [[en:docs:win16:api:gdi:CREATESCALABLEFONTRESOURCE]] | Creates scalable font resource | | | 
-| 308 | [[en:docs:win16:api:gdi:|GETOUTLINETEXTMETRICS]] | Retrieves outline text metrics | | | +| 311 | [[en:docs:win16:api:gdi:GETFONTDATA]] | Retrieves font data | | | 
-| 309 | [[en:docs:win16:api:gdi:|GETGLYPHOUTLINE]] | Retrieves glyph outline | | | +| 313 | [[en:docs:win16:api:gdi:GETRASTERIZERCAPS]] | Retrieves rasterizer capabilities | | | 
-| 310 | [[en:docs:win16:api:gdi:|CREATESCALABLEFONTRESOURCE]] | Creates scalable font resource | | | +| 330 | [[en:docs:win16:api:gdi:ENUMFONTFAMILIES]] | Enumerates font families | | | 
-| 311 | [[en:docs:win16:api:gdi:|GETFONTDATA]] | Retrieves font data | | | +| 332 | [[en:docs:win16:api:gdi:GETKERNINGPAIRS]] | Retrieves kerning pairs | | | 
-| 313 | [[en:docs:win16:api:gdi:|GETRASTERIZERCAPS]] | Retrieves rasterizer capabilities | | | +| 345 | [[en:docs:win16:api:gdi:GETTEXTALIGN]] | Retrieves text alignment | | | 
-| 330 | [[en:docs:win16:api:gdi:|ENUMFONTFAMILIES]] | Enumerates font families | | | +| 346 | [[en:docs:win16:api:gdi:SETTEXTALIGN]] | Sets text alignment | | | 
-| 332 | [[en:docs:win16:api:gdi:|GETKERNINGPAIRS]] | Retrieves kerning pairs | | | +| 348 | [[en:docs:win16:api:gdi:CHORD]] | Draws chord | | | 
-| 345 | [[en:docs:win16:api:gdi:|GETTEXTALIGN]] | Retrieves text alignment | | | +| 349 | [[en:docs:win16:api:gdi:SETMAPPERFLAGS]] | Sets font mapper flags | | | 
-| 346 | [[en:docs:win16:api:gdi:|SETTEXTALIGN]] | Sets text alignment | | | +| 350 | [[en:docs:win16:api:gdi:GETCHARWIDTH]] | Retrieves character widths | | | 
-| 348 | [[en:docs:win16:api:gdi:|CHORD]] | Draws chord | | | +| 351 | [[en:docs:win16:api:gdi:EXTTEXTOUT]] | Extended text output | | | 
-| 349 | [[en:docs:win16:api:gdi:|SETMAPPERFLAGS]] | Sets font mapper flags | | | +| 353 | [[en:docs:win16:api:gdi:GETASPECTRATIOFILTER]] | Retrieves aspect ratio filter | | | 
-| 350 | [[en:docs:win16:api:gdi:|GETCHARWIDTH]] | Retrieves character widths | | | +| 360 | [[en:docs:win16:api:gdi:CREATEPALETTE]] | Creates palette | | | 
-| 351 | [[en:docs:win16:api:gdi:|EXTTEXTOUT]] | Extended text output | | | +| 363 | [[en:docs:win16:api:gdi:GETPALETTEENTRIES]] | Retrieves palette entries | | | 
-| 353 | [[en:docs:win16:api:gdi:|GETASPECTRATIOFILTER]] | Retrieves aspect ratio filter | | | +| 364 | [[en:docs:win16:api:gdi:SETPALETTEENTRIES]] | Sets palette entries | | | 
-| 360 | [[en:docs:win16:api:gdi:|CREATEPALETTE]] | Creates palette | | | +| 366 | [[en:docs:win16:api:gdi:UPDATECOLORS]] | Updates colors | | | 
-| 363 | [[en:docs:win16:api:gdi:|GETPALETTEENTRIES]] | Retrieves palette entries | | | +| 367 | [[en:docs:win16:api:gdi:ANIMATEPALETTE]] | Animates palette | | | 
-| 364 | [[en:docs:win16:api:gdi:|SETPALETTEENTRIES]] | Sets palette entries | | | +| 368 | [[en:docs:win16:api:gdi:RESIZEPALETTE]] | Resizes palette | | | 
-| 366 | [[en:docs:win16:api:gdi:|UPDATECOLORS]] | Updates colors | | | +| 370 | [[en:docs:win16:api:gdi:GETNEARESTPALETTEINDEX]] | Retrieves nearest palette index | | | 
-| 367 | [[en:docs:win16:api:gdi:|ANIMATEPALETTE]] | Animates palette | | | +| 372 | [[en:docs:win16:api:gdi:EXTFLOODFILL]] | Extended flood fill | | | 
-| 368 | [[en:docs:win16:api:gdi:|RESIZEPALETTE]] | Resizes palette | | | +| 373 | [[en:docs:win16:api:gdi:SETSYSTEMPALETTEUSE]] | Sets system palette use | | | 
-| 370 | [[en:docs:win16:api:gdi:|GETNEARESTPALETTEINDEX]] | Retrieves nearest palette index | | | +| 374 | [[en:docs:win16:api:gdi:GETSYSTEMPALETTEUSE]] | Retrieves system palette use | | | 
-| 372 | [[en:docs:win16:api:gdi:|EXTFLOODFILL]] | Extended flood fill | | | +| 375 | [[en:docs:win16:api:gdi:GETSYSTEMPALETTEENTRIES]] | Retrieves system palette entries | | | 
-| 373 | [[en:docs:win16:api:gdi:|SETSYSTEMPALETTEUSE]] | Sets system palette use | | | +| 376 | [[en:docs:win16:api:gdi:RESETDC]] | Resets device context | | | 
-| 374 | [[en:docs:win16:api:gdi:|GETSYSTEMPALETTEUSE]] | Retrieves system palette use | | | +| 377 | [[en:docs:win16:api:gdi:STARTDOC]] | Starts print document | | | 
-| 375 | [[en:docs:win16:api:gdi:|GETSYSTEMPALETTEENTRIES]] | Retrieves system palette entries | | | +| 378 | [[en:docs:win16:api:gdi:ENDDOC]] | Ends print document | | | 
-| 376 | [[en:docs:win16:api:gdi:|RESETDC]] | Resets device context | | | +| 379 | [[en:docs:win16:api:gdi:STARTPAGE]] | Starts print page | | | 
-| 377 | [[en:docs:win16:api:gdi:|STARTDOC]] | Starts print document | | | +| 380 | [[en:docs:win16:api:gdi:ENDPAGE]] | Ends print page | | | 
-| 378 | [[en:docs:win16:api:gdi:|ENDDOC]] | Ends print document | | | +| 381 | [[en:docs:win16:api:gdi:SETABORTPROC]] | Sets abort procedure | | | 
-| 379 | [[en:docs:win16:api:gdi:|STARTPAGE]] | Starts print page | | | +| 382 | [[en:docs:win16:api:gdi:ABORTDOC]] | Aborts print document | | | 
-| 380 | [[en:docs:win16:api:gdi:|ENDPAGE]] | Ends print page | | | +| 400 | [[en:docs:win16:api:gdi:FASTWINDOWFRAME]] | Fast window frame drawing | | | 
-| 381 | [[en:docs:win16:api:gdi:|SETABORTPROC]] | Sets abort procedure | | | +| 410 | [[en:docs:win16:api:gdi:ISVALIDMETAFILE]] | Checks metafile validity | | | 
-| 382 | [[en:docs:win16:api:gdi:|ABORTDOC]] | Aborts print document | | | +| 439 | [[en:docs:win16:api:gdi:STRETCHDIBITS]] | Stretches DIB bits | | | 
-| 400 | [[en:docs:win16:api:gdi:|FASTWINDOWFRAME]] | Fast window frame drawing | | | +| 440 | [[en:docs:win16:api:gdi:SETDIBITS]] | Sets DIB bits | | | 
-| 410 | [[en:docs:win16:api:gdi:|ISVALIDMETAFILE]] | Checks metafile validity | | | +| 441 | [[en:docs:win16:api:gdi:GETDIBITS]] | Retrieves DIB bits | | | 
-| 439 | [[en:docs:win16:api:gdi:|STRETCHDIBITS]] | Stretches DIB bits | | | +| 442 | [[en:docs:win16:api:gdi:CREATEDIBITMAP]] | Creates DIB bitmap | | | 
-| 440 | [[en:docs:win16:api:gdi:|SETDIBITS]] | Sets DIB bits | | | +| 443 | [[en:docs:win16:api:gdi:SETDIBITSTODEVICE]] | Sets DIB bits to device | | | 
-| 441 | [[en:docs:win16:api:gdi:|GETDIBITS]] | Retrieves DIB bits | | | +| 444 | [[en:docs:win16:api:gdi:CREATEROUNDRECTRGN]] | Creates rounded rectangle region | | | 
-| 442 | [[en:docs:win16:api:gdi:|CREATEDIBITMAP]] | Creates DIB bitmap | | | +| 445 | [[en:docs:win16:api:gdi:CREATEDIBPATTERNBRUSH]] | Creates DIB pattern brush | | | 
-| 443 | [[en:docs:win16:api:gdi:|SETDIBITSTODEVICE]] | Sets DIB bits to device | | | +| 450 | [[en:docs:win16:api:gdi:POLYPOLYGON]] | Draws multiple polygons | | | 
-| 444 | [[en:docs:win16:api:gdi:|CREATEROUNDRECTRGN]] | Creates rounded rectangle region | | | +| 451 | [[en:docs:win16:api:gdi:CREATEPOLYPOLYGONRGN]] | Creates multiple polygon region | | | 
-| 445 | [[en:docs:win16:api:gdi:|CREATEDIBPATTERNBRUSH]] | Creates DIB pattern brush | | | +| 462 | [[en:docs:win16:api:gdi:ISGDIOBJECT]] | Checks if object is GDI object | | | 
-| 450 | [[en:docs:win16:api:gdi:|POLYPOLYGON]] | Draws multiple polygons | | | +| 465 | [[en:docs:win16:api:gdi:RECTVISIBLE_EHH]] | Extended rectangle visibility check | | | 
-| 451 | [[en:docs:win16:api:gdi:|CREATEPOLYPOLYGONRGN]] | Creates multiple polygon region | | | +| 468 | [[en:docs:win16:api:gdi:GETBITMAPDIMENSIONEX]] | Extended bitmap dimension retrieval | | | 
-| 462 | [[en:docs:win16:api:gdi:|ISGDIOBJECT]] | Checks if object is GDI object | | | +| 469 | [[en:docs:win16:api:gdi:GETBRUSHORGEX]] | Extended brush origin retrieval | | | 
-| 465 | [[en:docs:win16:api:gdi:|RECTVISIBLE_EHH]] | Extended rectangle visibility check | | | +| 470 | [[en:docs:win16:api:gdi:GETCURRENTPOSITIONEX]] | Extended current position retrieval | | | 
-| 468 | [[en:docs:win16:api:gdi:|GETBITMAPDIMENSIONEX]] | Extended bitmap dimension retrieval | | | +| 471 | [[en:docs:win16:api:gdi:GETTEXTEXTENTPOINT]] | Text extent point retrieval | | | 
-| 469 | [[en:docs:win16:api:gdi:|GETBRUSHORGEX]] | Extended brush origin retrieval | | | +| 472 | [[en:docs:win16:api:gdi:GETVIEWPORTEXTEX]] | Extended viewport extents retrieval | | | 
-| 470 | [[en:docs:win16:api:gdi:|GETCURRENTPOSITIONEX]] | Extended current position retrieval | | | +| 473 | [[en:docs:win16:api:gdi:GETVIEWPORTORGEX]] | Extended viewport origin retrieval | | | 
-| 471 | [[en:docs:win16:api:gdi:|GETTEXTEXTENTPOINT]] | Text extent point retrieval | | | +| 474 | [[en:docs:win16:api:gdi:GETWINDOWEXTEX]] | Extended window extents retrieval | | | 
-| 472 | [[en:docs:win16:api:gdi:|GETVIEWPORTEXTEX]] | Extended viewport extents retrieval | | | +| 475 | [[en:docs:win16:api:gdi:GETWINDOWORGEX]] | Extended window origin retrieval | | | 
-| 473 | [[en:docs:win16:api:gdi:|GETVIEWPORTORGEX]] | Extended viewport origin retrieval | | | +| 476 | [[en:docs:win16:api:gdi:OFFSETVIEWPORTORGEX]] | Extended viewport origin offset | | | 
-| 474 | [[en:docs:win16:api:gdi:|GETWINDOWEXTEX]] | Extended window extents retrieval | | | +| 477 | [[en:docs:win16:api:gdi:OFFSETWINDOWORGEX]] | Extended window origin offset | | | 
-| 475 | [[en:docs:win16:api:gdi:|GETWINDOWORGEX]] | Extended window origin retrieval | | | +| 478 | [[en:docs:win16:api:gdi:SETBITMAPDIMENSIONEX]] | Extended bitmap dimension setting | | | 
-| 476 | [[en:docs:win16:api:gdi:|OFFSETVIEWPORTORGEX]] | Extended viewport origin offset | | | +| 479 | [[en:docs:win16:api:gdi:SETVIEWPORTEXTEX]] | Extended viewport extents setting | | | 
-| 477 | [[en:docs:win16:api:gdi:|OFFSETWINDOWORGEX]] | Extended window origin offset | | | +| 480 | [[en:docs:win16:api:gdi:SETVIEWPORTORGEX]] | Extended viewport origin setting | | | 
-| 478 | [[en:docs:win16:api:gdi:|SETBITMAPDIMENSIONEX]] | Extended bitmap dimension setting | | | +| 481 | [[en:docs:win16:api:gdi:SETWINDOWEXTEX]] | Extended window extents setting | | | 
-| 479 | [[en:docs:win16:api:gdi:|SETVIEWPORTEXTEX]] | Extended viewport extents setting | | | +| 482 | [[en:docs:win16:api:gdi:SETWINDOWORGEX]] | Extended window origin setting | | | 
-| 480 | [[en:docs:win16:api:gdi:|SETVIEWPORTORGEX]] | Extended viewport origin setting | | | +| 483 | [[en:docs:win16:api:gdi:MOVETOEX]] | Extended move to | | | 
-| 481 | [[en:docs:win16:api:gdi:|SETWINDOWEXTEX]] | Extended window extents setting | | | +| 484 | [[en:docs:win16:api:gdi:SCALEVIEWPORTEXTEX]] | Extended viewport scaling | | | 
-| 482 | [[en:docs:win16:api:gdi:|SETWINDOWORGEX]] | Extended window origin setting | | | +| 485 | [[en:docs:win16:api:gdi:SCALEWINDOWEXTEX]] | Extended window scaling | | | 
-| 483 | [[en:docs:win16:api:gdi:|MOVETOEX]] | Extended move to | | | +| 486 | [[en:docs:win16:api:gdi:GETASPECTRATIOFILTEREX]] | Extended aspect ratio filter retrieval | | |
-| 484 | [[en:docs:win16:api:gdi:|SCALEVIEWPORTEXTEX]] | Extended viewport scaling | | | +
-| 485 | [[en:docs:win16:api:gdi:|SCALEWINDOWEXTEX]] | Extended window scaling | | | +
-| 486 | [[en:docs:win16:api:gdi:|GETASPECTRATIOFILTEREX]] | Extended aspect ratio filter retrieval | | |+