User contributions for Iturbide
Appearance
2 April 2025
- 04:4704:47, 2 April 2025 diff hist −1 GPIGuide - How to Use the GPI Guide and Reference →LINK386
- 04:4604:46, 2 April 2025 diff hist +23,946 N GPIGuide - How to Use the GPI Guide and Reference Created page with "{{IBM-Reprint}} {{GPIGuide}} This reference is a detailed technical guide and reference for application programmers. It gives reference information and code examples to enable you to write source code using Graphical Programming Interface functions. Before you begin to use this information, it would be helpful to understand how you can: *Expand the Contents to see all available topics *Obtain additional information for a highlighted word or phrase *Use action bar c..."
- 04:3304:33, 2 April 2025 diff hist +54 Template:GPIGuide No edit summary
- 04:3104:31, 2 April 2025 diff hist +78,134 N GPIGuide - Errors Created page with "{{IBM-Reprint}} {{GPIGuide}} Error codes are furnished numerically and alphabetically. For a listing of error codes by number, see Error Number and Name. For a listing of error codes and their explanations, see Error Name and Explanation. ==Error Number and Name== This section lists PM errors returned by WinGetLastError in order of their error numbers. For explanations of these errors, see Error Name and Explanation. <pre> Error Number Error Constant 0x0000 PME..."
- 04:2904:29, 2 April 2025 diff hist +22 Template:GPIGuide No edit summary
- 04:2804:28, 2 April 2025 diff hist +29 GPIGuide - Graphics Orders Data Types No edit summary current
- 04:2704:27, 2 April 2025 diff hist −25 GPIGuide - Graphics Orders Data Types No edit summary
- 04:2604:26, 2 April 2025 diff hist +63 N GUNDF1 Created page with "Undefined 8-bit byte. Category:Graphics Orders Data Types" current
- 04:2604:26, 2 April 2025 diff hist +162 N GULONG370 Created page with "Unsigned 4-byte integer value, in S/370 format (that is, the high-order byte first, the low-order byte last in storage). Category:Graphics Orders Data Types" current
- 04:2504:25, 2 April 2025 diff hist +79 N GSTR Created page with "String with an explicit length count. Category:Graphics Orders Data Types" current
- 04:2504:25, 2 April 2025 diff hist +157 N GSHORT370 Created page with "Signed 2-byte integer value, in S/370 format (that is, the high-order byte precedes the low-order byte in storage). Category:Graphics Orders Data Types" current
- 04:2404:24, 2 April 2025 diff hist +111 N GROUL Created page with "Number representation, which is the same as the GULONG data type. Category:Graphics Orders Data Types" current
- 04:2404:24, 2 April 2025 diff hist +110 N GROL Created page with "Number representation, which is the same as the GLONG data type. Category:Graphics Orders Data Types" current
- 04:2304:23, 2 April 2025 diff hist +164 N GROUFS Created page with "Number representation which is either the GUFIXEDS or GREAL data type, depending on the presentation-space format. Category:Graphics Orders Data Types" current
- 04:2204:22, 2 April 2025 diff hist +72 N GUSHORT Created page with "Unsigned 2-byte integer value. Category:Graphics Orders Data Types" current
- 04:2104:21, 2 April 2025 diff hist +166 N GUFIXEDS Created page with "Unsigned integer fraction (8:8) which can be treated as a GUSHORT data type, where the value has been multiplied by 256. Category:Graphics Orders Data Types" current
- 04:2104:21, 2 April 2025 diff hist +172 N GROFUFS Created page with "Number representation which is either GFIXED, GUFIXEDS or GREAL data type, depending on the presentation-space format. Category:Graphics Orders Data Types" current
- 04:2004:20, 2 April 2025 diff hist +110 N GROF Created page with "Number representation which is the same as the GFIXED data type. Category:Graphics Orders Data Types" current
- 04:2004:20, 2 April 2025 diff hist +119 N GREAL Created page with "Real (single precision floating point). This data type is in Intel format. Category:Graphics Orders Data Types" current
- 04:1904:19, 2 April 2025 diff hist +167 N GPOLYS Created page with "Array of Polygons. Each element of the array is a 16 bit count of the number of vertices, followed by the vertex coordinates. Category:Graphics Orders Data Types" current
- 04:1804:18, 2 April 2025 diff hist +7 GPOINTB No edit summary current
- 04:1704:17, 2 April 2025 diff hist +202 N GPOINTB Created page with "Point structure. GROSOL x; →x coordinate.: GROSOL y; →y coordinate.: :;x (GROSOL) ::x coordinate. :;y (GROSOL) ::y coordinate. Category:Graphics Orders Data Types"
- 04:1604:16, 2 April 2025 diff hist +141 N GLENGTH2 Created page with "2-byte length, in S/370 format; that is, the high-order byte precedes the low-order byte in storage. Category:Graphics Orders Data Types" current
- 04:1604:16, 2 April 2025 diff hist +71 N GINDEX3 Created page with "Unsigned 3-byte integer value. Category:Graphics Orders Data Types" current
- 04:1504:15, 2 April 2025 diff hist +236 N GINDATT Created page with "Individual attribute value. For the attribute types color and background color, this is the same as GINDEX3. For the attribute types mix and background color, this is the same as GUCHAR. Category:Graphics Orders Data Types" current
- 04:1404:14, 2 April 2025 diff hist +72 N GULONG Created page with "Unsigned 4-byte integer value. Category:Graphics Orders Data Types" current
- 04:1404:14, 2 April 2025 diff hist +90 N GHBITMAP Created page with "Bit-map handle, which is the same as GULONG. Category:Graphics Orders Data Types" current
- 04:1304:13, 2 April 2025 diff hist +72 N GUCHAR Created page with "Unsigned 1-byte integer value. Category:Graphics Orders Data Types" current
- 04:1204:12, 2 April 2025 diff hist +366 N GFIXEDS Created page with "Signed integer fraction (8:8), which can be treated as a GSHORT data type, where the value has been multiplied by 256. GCHAR Integer; →Integral component.: GUCHAR Fraction; →Fractional component.: :;Integer (GCHAR) ::Integral component. :;Fraction (GUCHAR) ::Fractional component. Category:Graphics Orders Data Types"
- 04:1104:11, 2 April 2025 diff hist +157 N GFIXED Created page with "Signed integer fraction (16:16). (This can be treated as a GLONG where the value has been multiplied by 65536.) Category:Graphics Orders Data Types" current
- 04:1004:10, 2 April 2025 diff hist +70 GDELPOINT No edit summary current
- 04:0904:09, 2 April 2025 diff hist +169 N GDELPOINT Created page with "Offset point structure. GCHAR dx; →x coordinate offset.: GCHAR dy; →y coordinate offset.: Category:Graphics Orders Data Types"
- 04:0804:08, 2 April 2025 diff hist +70 N GCHAR Created page with "Signed 1-byte integer value. Category:Graphics Orders Data Types" current
- 04:0804:08, 2 April 2025 diff hist +55 N GBIT32 Created page with "32-bit field. Category:Graphics Orders Data Types" current
- 04:0704:07, 2 April 2025 diff hist +54 N GBIT7 Created page with "7-bit field. Category:Graphics Orders Data Types" current
- 04:0704:07, 2 April 2025 diff hist +54 N GBIT6 Created page with "6-bit field. Category:Graphics Orders Data Types" current
- 04:0604:06, 2 April 2025 diff hist +54 N GBIT4 Created page with "4-bit field. Category:Graphics Orders Data Types" current
- 04:0604:06, 2 April 2025 diff hist +54 N GBIT2 Created page with "2-bit field. Category:Graphics Orders Data Types" current
- 04:0504:05, 2 April 2025 diff hist +23 GPIGuide - Graphics Orders →Sharp Fillet at Given Position/Sharp Fillet at Current Position
- 04:0404:04, 2 April 2025 diff hist +77 N Category:WorkToDo Created page with "This is a category for the incomplete pages that are still pending to finish." current
- 04:0404:04, 2 April 2025 diff hist +639 N GPIGuide - Graphics Orders Data Types Created page with "All data types are in Intel** format, unless noted otherwise. * GBIT1 * GBIT2 * GBIT4 * GBIT5 * GBIT6 * GBIT7 * GBIT8 * GBIT16 * GBIT32 * GCHAR * GDELPOINT * GFIXED * GFIXEDS * GHBITMAP * GINDATT * GINDEX3 * GLENGTH1 * GLENGTH2 * GLONG * GPOINT * GPOINTB * GPOLYS * GREAL * GROF * GROFUFS * GROUFS * GROL * GROSOL * GROUL * GSHORT * GSHORT370 * ..."
- 04:0004:00, 2 April 2025 diff hist +42 Template:GPIGuide No edit summary
- 03:5703:57, 2 April 2025 diff hist +48 GPIGuide - Graphics Orders →Set Pattern Set/Push and Set Pattern Set
- 03:5203:52, 2 April 2025 diff hist +41 GPIGuide - Graphics Orders →Bezier Curve at Given Position/Bezier Curve at Current Poition
- 03:5103:51, 2 April 2025 diff hist +1,077 GPIGuide - Graphics Orders →Bezier Curve at Given Position/Bezier Curve at Current Poition
- 03:4703:47, 2 April 2025 diff hist +55 N GBIT16 Created page with "16-bit field. Category:Graphics Orders Data Types" current
- 03:4503:45, 2 April 2025 diff hist +366 GPIGuide - Graphics Orders →Begin Path
- 03:4303:43, 2 April 2025 diff hist +54 N GBIT8 Created page with "8-bit field. Category:Graphics Orders Data Types" current
- 03:4203:42, 2 April 2025 diff hist +158 N GUSHORT370 Created page with "Unsigned 2-byte integer value, in S/370 format; that is, the high-order byte precedes the low-order byte in storage. Category:Graphics Orders Data Types" current
- 03:3703:37, 2 April 2025 diff hist +936 GPIGuide - Graphics Orders →Begin Image at Given Position/Begin Image at Current Position