Jump to content

Main public logs

Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 17:53, 6 April 2025 Iturbide talk contribs created page GpiQueryDefaultViewMatrix (Created page with "==Syntax== GpiQueryDefaultViewMatrix(hps, lCount, pmatlfArray); ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lCount (LONG) - input : Number of elements. : The number of elements to be returned in pmatlfArray; must be in the range 0 through 9. If 0 is specified, no matrix elements are returned. ; pmatlfArray (PMATRIXLF) - output : Transform matrix. : An array into which the elements of the default viewing transform matrix are returned. ==Return Va...")
  • 17:50, 6 April 2025 Iturbide talk contribs created page GpiSetDefaultViewMatrix (Created page with "==Syntax== GpiSetDefaultViewMatrix(hps, lCount, pmatlfArray, lOptions); ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lCount (LONG) - input : Number of elements. : The number of elements supplied in pmatlfArray, that are to be examined, starting from the beginning of the structure. If lCount is less than 9, remaining elements default to the corresponding elements of the identity matrix. Specifying lCount = 0 means that the identity matrix is used....")
  • 17:44, 6 April 2025 Iturbide talk contribs created page GpiSetViewingTransformMatrix (Created page with "This function sets the viewing transform that is to apply to any subsequently opened segments. ==Syntax== GpiSetViewingTransformMatrix(hps, lCount, pmatlfArray, lOptions); ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lCount (LONG) - input : Number of elements. :The number of elements supplied in pmatlfArray, that are to be examined, starting from the beginning of the structure. If lCount is less than 9, remaining elements default to the corresp...")
  • 17:39, 6 April 2025 Iturbide talk contribs created page GpiSetModelTransformMatrix (Created page with "This function sets the model transform matrix for subsequent primitives. ==Syntax== GpiSetModelTransformMatrix(hps, lCount, pmatlfArray, lOptions) ==Parameters== ; hps (HPS) - input :Presentation-space handle. ; lCount (LONG) - input: Number of elements in matrix. :The number of elements of pmatlfArray to be examined, starting from the beginning of the structure. If lCount is less than 9, remaining elements default to the corresponding elements of the identity matr...")
  • 17:33, 6 April 2025 Iturbide talk contribs created page GpiSetSegmentTransformMatrix (Created page with "This function sets the segment transform that normally applies to all of the primitives in the specified segment. ==Syntax== GpiSetSegmentTransformMatrix(hps, lSegid, lCount, pmatlfarray, lOptions) ==Parameters== ;hps (HPS) - input :Presentation-space handle. ; lSegid (LONG) - input :Segment identifier. :This must be greater than 0. ;lCount (LONG) - input : Number of elements. :The number of elements to be used in the pmatlfarray parameter. If lCount is less than 9...")
  • 04:53, 6 April 2025 Iturbide talk contribs created page GpiSetDefAttrs (Created page with "This function sets the default values of attributes for the specified primitive type. ==Syntax== GpiSetDefAttrs(hps, lPrimType, flAttrMask, ppbunAttrs) ==Parameters== ;hps (HPS) - input: Presentation-space handle. ;lPrimType (LONG) - input: Primitive type. :The primitive type for which default attributes are to be set: :;PRIM_LINE ::Line and arc primitives :;PRIM_CHAR ::Character primitives :;PRIM_MARKER ::Marker primitives :;PRIM_AREA ::Area primitives :;PR...")
  • 04:37, 6 April 2025 Iturbide talk contribs created page GpiQueryAttrs (Created page with "This function returns current attributes for the specified primitive type. ==Syntax== GpiQueryAttrs(hps, lPrimType, flAttrMask, ppbunAttrs) ==Parameters== ;hps (HPS) - input : Presentation-space handle. ;lPrimType (LONG) - input : Primitive type. :This is the type of primitive for which attributes are to be queried, as follows: :;PRIM_LINE ::Line and arc primitives :;PRIM_CHAR ::Character primitives :;PRIM_MARKER ::Marker primitives :;PRIM_AREA ::Area pr...")
  • 04:28, 6 April 2025 Iturbide talk contribs created page GpiQueryDefAttrs (Created page with "This function returns default attribute values for the specified primitive type. ==Syntax== GpiQueryDefAttrs(hps, lPrimType, flAttrMask, ppbunAttrs) ==Parameters== ;hps (HPS) - input : Presentation-space handle. ; lPrimType (LONG) - input : Primitive type. :This is the type of primitive for which default attribute values are to be queried, as follows: :;PRIM_LINE ::Line and arc primitives :;PRIM_CHAR ::Character primitives :;PRIM_MARKER ::Marker primitives :;PRI...")
  • 04:14, 6 April 2025 Iturbide talk contribs created page WinGetNextWindow (Created page with "This function gets the window handle of the next window in a specified enumeration list. ==Syntax== WinGetNextWindow(henum) ==Parameters== ;henum (HENUM) - input : Enumeration handle. :Returned by previous call to the WinBeginEnumWindows call. ==Returns== ; hwndNext (HWND) - returns :Next window handle in enumeration list. :;NULLHANDLE ::Error occurred, henum was invalid, or all the windows have been enumerated. :;Other ::Next window handle. ==Errors== Possible retu...")
  • 16:59, 3 April 2025 Iturbide talk contribs created page ZXing-C++ (Created page with "ZXing-C++ ("zebra crossing") is an open-source, multi-format linear/matrix barcode image processing library implemented in C++. ==Ports== * 2.3.8 - 2025-03-26 - zxing.zip Category:C++ Development Environment")
  • 00:25, 3 April 2025 Iturbide talk contribs created page GpiSetDefTag (Created page with "This function specifies the default value of the primitive tag (see GpiSetTag). ==Syntax== GpiSetDefTag(hps, lTag) ==Parameters== ;hps (HPS) - input :Presentation-space handle. ;lTag (LONG) - input :Default tag identifier. ==Returns== ;rc (BOOL) - returns :Success indicator. :;TRUE ::Successful completion :;FALSE ::Error occurred. ==Errors== Possible returns from WinGetLastError ;PMERR_INV_HPS (0x207F): An invalid presentation-space handle was specified. ;PMERR...")
  • 00:19, 3 April 2025 Iturbide talk contribs created page GpiSetTag (Created page with "This function specifies a tag by which the following primitives are to be known. ==Syntax== GpiSetTag(hps, lTag) ==Parameters== ;hps (HPS) - input :Presentation-space handle. ;lTag (LONG) - input :Tag identifier. ==Returns== ;rc (BOOL) - returns :Success indicator. :;TRUE ::Successful completion :;FALSE ::Error occurred. ==Errors== Possible returns from WinGetLastError ;PMERR_INV_HPS (0x207F): An invalid presentation-space handle was specified. ;PMERR_PS_BUSY...")
  • 23:45, 2 April 2025 Iturbide talk contribs created page GpiSetMix (Created page with "This function sets the current foreground mix attribute for each individual primitive type. ==Syntax== GpiSetMix(hps, lMixMode); ==Parameters== ;hps (HPS) - input :Presentation-space handle. ;lMixMode (LONG) - input :Flag indicating the color-mixing mode. :Mixing other than FM_LEAVEALONE or FM_OVERPAINT is done on the physical color index. In general, this corresponds to the color index of the logical color table if an indexed color table has been realized. In othe...")
  • 23:41, 2 April 2025 Iturbide talk contribs created page GpiSetBackMix (Created page with "This function sets the current background mix attribute for each individual primitive type. ==Syntax== GpiSetBackMix(hps, lMixMode); ==Parameters== ;hps (HPS) - input :Presentation-space handle. ;lMixMode (LONG) - input :Background-mix mode. :Background mixes marked with an asterisk (*) are mandatory for all devices. :The currently associated device supports any of the mixes specified as supported in DevQueryCaps (CAPS_BACKGROUND_MIX_SUPPORT) Any other valid mixes...")
  • 23:28, 2 April 2025 Iturbide talk contribs created page GpiSetPel (Created page with "This function sets a pel, at a position specified in world coordinates, using the current (line) color and mix. ==Syntax== GpiSetPel(hps, pptlPoint); ==Parameters== ; hps (HPS) - input :Presentation-space handle. ;pptlPoint (PPOINTL) - input :Position in world coordinates. ==Returns== ;lHits (LONG) - returns :Correlation and error indicators. :;GPI_OK ::Successful :;GPI_HITS ::Correlate hits :;GPI_ERROR ::Error. ==Errors== Possible returns from WinGetLastError...")
  • 23:24, 2 April 2025 Iturbide talk contribs created page GpiSetStopDraw (Created page with "This function sets or clears the "stop draw" condition. ==Syntax== GpiSetStopDraw(hps, lValue); ==Parameters== ;hps (HPS) - input :Presentation-space handle. ;lValue (LONG) - input :Stop draw condition. :;SDW_OFF ::Clear the "stop draw" condition :;SDW_ON ::Set the "stop draw" condition. ==Returns== ;rc (BOOL) - returns :Success indicator. :;TRUE ::Successful completion :;FALSE ::Error occurred. ==Errors== Possible returns from WinGetLastError ;PMERR_INV_HP...")
  • 23:18, 2 April 2025 Iturbide talk contribs created page GpiSetCharSet (Created page with "This function sets the current value of the character-set attribute. ==Syntax== GpiSetCharSet(hps, llcid); ==Parameters== ;hps (HPS) - input :Presentation-space handle. ;llcid (LONG) - input :Character-set local identifier. :;LCID_DEFAULT ::Default (can be set explicitly with GpiSetDefAttrs). :;1-254 ::Identifies a logical font. ==Returns== ; rc (BOOL) - returns :Success indicator. :;TRUE ::Successful completion :;FALSE ::Error occurred. ==Errors== Possible re...")
  • 23:12, 2 April 2025 Iturbide talk contribs created page GpiSetAttrs (Created page with "This function sets attributes for the specified primitive type. ==Syntax== GpiSetAttrs(hps, lPrimType, flAttrMask, flDefMask, ppbunAttrs); ==Parameters== ;hps (HPS) - input :Presentation-space handle. ;lPrimType (LONG) - input :Primitive type. :The primitive type for which attributes are to be set: :;PRIM_LINE Line and arc primitives :;PRIM_CHAR Character primitives :;PRIM_MARKER Marker primitives :;PRIM_AREA Area primitives :;P...")
  • 23:06, 2 April 2025 Iturbide talk contribs created page GpiSetAttrMode (Created page with "This function specifies the current attribute mode. ==Syntax== GpiSetAttrMode(hps, lMode); ==Parameters== ;hps (HPS) - input :Presentation-space handle. ;lMode (LONG) - input :Attribute mode. :;AM_PRESERVE ::Preserve attributes :;AM_NOPRESERVE ::Do not preserve attributes. ==Returns== ;rc (BOOL) - returns :Success indicator. :;TRUE ::Successful completion :;FALSE ::Error occurred. ==Errors== Possible returns from WinGetLastError ;PMERR_INV_HPS (0x207F) :An inv...")
  • 22:54, 2 April 2025 Iturbide talk contribs created page GpiQueryRegionRects (Created page with "This function determines what rectangles that, when ORed together, define the specified region and then returns either the number of rectangles or the rectangles themselves. ==Syntax== GpiQueryRegionRects(hps, hrgn, prclBound, prgnrcControl, prclRect); ==Parameters== ;hps (HPS) - input :Presentation-space handle. :The region must be owned by the device identified by the currently associated device context. ;hrgn (HRGN) - input :Region handle. ;prclBound (PRECTL)...")
  • 22:40, 2 April 2025 Iturbide talk contribs created page GpiPlayMetaFile (Created page with "This function plays a metafile into a presentation space. ==Syntax== GpiPlayMetaFile(hps, hmf, lCount1, alOptarray, plSegCount, lCount2, pszDesc); ==Parameters== ;hps (HPS) - input :Presentation-space handle. ;hmf (HMF) - input :Metafile handle. :Handle of the metafile containing the data. ;lCount1 (LONG) - input :Count of elements in alOptarray. :It must be greater or equal to 0. ;alOptarray (PLONG) - input :Array of options for playing. :The values of the el...")
  • 22:32, 2 April 2025 Iturbide talk contribs created page GpiPartialArc (Created page with "This function draws a straight line, followed by an arc. ==Syntax== GpiPartialArc(hps, pptlCenter, fxMultiplier, fxStartAngle, fxSweepAngle); ==Parameters== ;hps (HPS) - input :Presentation-space handle. ;pptlCenter (PPOINTL) - input :Center point. :Center of the arc. ;fxMultiplier (FIXED) - input :Multiplier. :This determines the size of the arc in relation to an arc with the current arc parameters. :The implementation limit for the multiplier is 255. :The value...")
  • 22:27, 2 April 2025 Iturbide talk contribs created page GpiFullArc (Created page with "This function creates a full arc with its center at the current position. ==Syntax== GpiFullArc(hps, lControl, fxMultiplier); ==Parameters== ;hps (HPS) - input :Presentation-space handle. ;lControl (LONG) - input :Interior and outline control. :Specifies whether the interior of the full arc should be filled, and whether the outline should be drawn. This parameter can have one of the following values: :;DRO_FILL ::Fill interior :;DRO_OUTLINE ::Draw outline :;DRO_...")
  • 22:09, 2 April 2025 Iturbide talk contribs deleted page Category:GBAR Parameters (content before blanking was: "Category:GPIGuide")
  • 22:08, 2 April 2025 Iturbide talk contribs deleted page FLAGS (content before blanking was: "Internal flags. :;RES1 (GBIT1) ::Reserved for migration: ::1 Only valid value. :;BOUNDARY (GBIT1) ::Boundary-line draw indicator: ::0 Do not draw boundary lines ::1 Draw boundary lines. :;INSIDE (GBIT1) ::Mode shading: ::0 Alternate mode ::1 Winding mode. :;RES2 (GBIT5) ::Reserved value, must be 0. Category:GBAR Parameters")
  • 22:06, 2 April 2025 Iturbide talk contribs deleted page Y (content before blanking was: "y (GROSOL) y coordinate. Category:GPIGuide")
  • 22:04, 2 April 2025 Iturbide talk contribs deleted page FORMAT (content before blanking was: ";FORMAT (GBIT8) ::Format of the image data. ::0x00 One bit in the data represents one image point on the usable area. Category:GBAR Parameters")
  • 22:04, 2 April 2025 Iturbide talk contribs deleted page RES (content before blanking was: ";RES (GBIT8) ::Reserved. ::0x00 Only valid value. Category:GBAR Parameters")
  • 22:04, 2 April 2025 Iturbide talk contribs deleted page WIDTH (content before blanking was: ";WIDTH (GUSHORT370) ::Width of the image data. ::This is the width in pels. ::0x00-0x07 Valid range of values. Category:GBAR Parameters")
  • 22:03, 2 April 2025 Iturbide talk contribs deleted page HEIGHT (content before blanking was: ";HEIGHT (GUSHORT370) :Height of the image data. :This is the height in pels. :0x00-0x07 Valid range of values. Category:GBAR Parameters")
  • 22:03, 2 April 2025 Iturbide talk contribs deleted page P6 (content before blanking was: ";P6 (GPOINT) :Coordinate data of second curve end. Category:GBAR Parameters")
  • 22:03, 2 April 2025 Iturbide talk contribs deleted page P5 (content before blanking was: ";P5 (GPOINT) :Coordinate data of second curve, second control point Category:GBAR Parameters")
  • 22:02, 2 April 2025 Iturbide talk contribs deleted page P4 (content before blanking was: ";P4 (GPOINT) :Coordinate data of second curve, first control point Category:GBAR Parameters")
  • 22:02, 2 April 2025 Iturbide talk contribs deleted page P3 (content before blanking was: ";P3 (GPOINT) :Coordinate data of first curve end. Category:GBAR Parameters")
  • 22:02, 2 April 2025 Iturbide talk contribs deleted page P2 (content before blanking was: ";P2 (GPOINT) :Coordinate data of end point. Category:GBAR Parameters")
  • 22:02, 2 April 2025 Iturbide talk contribs deleted page P1 (content before blanking was: ";P1 (GPOINT) :Coordinate data of intermediate point. Category:GBAR Parameters")
  • 22:02, 2 April 2025 Iturbide talk contribs deleted page LEN (content before blanking was: " ;LEN (GLENGTH1) :Length of following data. Category:GBAR Parameters")
  • 04:56, 2 April 2025 Iturbide talk contribs created page Category:MigrationGuide (Created page with "Category:Online Books")
  • 04:46, 2 April 2025 Iturbide talk contribs created page 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:31, 2 April 2025 Iturbide talk contribs created page 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:26, 2 April 2025 Iturbide talk contribs created page GUNDF1 (Created page with "Undefined 8-bit byte. Category:Graphics Orders Data Types")
  • 04:26, 2 April 2025 Iturbide talk contribs created page 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")
  • 04:25, 2 April 2025 Iturbide talk contribs created page GSTR (Created page with "String with an explicit length count. Category:Graphics Orders Data Types")
  • 04:25, 2 April 2025 Iturbide talk contribs created page 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")
  • 04:24, 2 April 2025 Iturbide talk contribs created page GROUL (Created page with "Number representation, which is the same as the GULONG data type. Category:Graphics Orders Data Types")
  • 04:24, 2 April 2025 Iturbide talk contribs created page GROL (Created page with "Number representation, which is the same as the GLONG data type. Category:Graphics Orders Data Types")
  • 04:23, 2 April 2025 Iturbide talk contribs created page 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")
  • 04:22, 2 April 2025 Iturbide talk contribs created page GUSHORT (Created page with "Unsigned 2-byte integer value. Category:Graphics Orders Data Types")
  • 04:21, 2 April 2025 Iturbide talk contribs created page 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")
  • 04:21, 2 April 2025 Iturbide talk contribs created page 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")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)