Jump to content

User contributions for Iturbide

A user with 606 edits. Account created on 31 March 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

6 April 2025

  • 22:5722:57, 6 April 2025 diff hist +3,574 N GpiSetSegmentAttrs Created page with "This function sets a segment attribute. ==Syntax== GpiSetSegmentAttrs(hps, lSegid, lAttribute, lValue) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lSegid (LONG) - input : Segment identifier. : The identifier of the segment whose attribute is to be updated. It must be greater than zero. ; lAttribute (LONG) - input : Segment attribute. : For details of the following attributes, see the GpiSetInitialSegmentAttrs function. :; ATTR_D..." current
  • 22:5622:56, 6 April 2025 diff hist +1,394 N GpiQueryDrawingMode Created page with "This function returns the current drawing mode, as set by GpiSetDrawingMode. ==Syntax== GpiQueryDrawingMode(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; lMode (LONG) - returns : Drawing mode. : (See GpiSetDrawingMode for details): :; >0 :: Drawing mode :; DM_ERROR :: Error. ==Remarks== This function retrieves the current drawing mode of the presentation space. ==Errors== Possible returns from WinGetLastErro..." current
  • 22:5622:56, 6 April 2025 diff hist +2,052 N GpiQueryDrawControl Created page with "This function returns a drawing control as set by GpiSetDrawControl. ==Syntax== GpiQueryDrawControl(hps, lControl) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lControl (LONG) - input : Control whose value is to be returned. :; DCTL_ERASE :: Erase before draw :; DCTL_DISPLAY :: Display :; DCTL_BOUNDARY :: Accumulate boundary data :; DCTL_DYNAMIC :: Draw dynamic segments :; DCTL_CORRELATE :: Correlate. ==Return Value== ; lValue (LON..." current
  • 22:5422:54, 6 April 2025 diff hist +1,378 N GpiQueryEditMode Created page with "This function returns the current editing mode, as set by GpiSetEditMode. ==Syntax== GpiQueryEditMode(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; lMode (LONG) - returns : Current editing mode. :; SEGEM_INSERT :: Insert mode :; SEGEM_REPLACE :: Replace mode :; SEGEM_ERROR :: Error. ==Remarks== This function can be issued in any drawing mode. ==Errors== Possible returns from WinGetLastError: ; PMERR_INV_HPS (0x2..." current
  • 22:5422:54, 6 April 2025 diff hist +2,711 N GpiSetEditMode Created page with "This function sets the current editing mode. ==Syntax== GpiSetEditMode(hps, lMode) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lMode (LONG) - input : Edit mode. :; SEGEM_INSERT :: Insert mode :; SEGEM_REPLACE :: Replace mode. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Remarks== This function determines whether a new element is to be inserted into a segm..." current
  • 22:5322:53, 6 April 2025 diff hist +4,949 N GpiPutData Created page with "This function passes a buffer of graphics orders to the current segment, or draws the orders, or both of these. For details of the orders, see Graphics Orders. ==Syntax== GpiPutData(hps, lFormat, plCount, pbData) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lFormat (LONG) - input : Coordinate type used. : This parameter can have one of the following values: :; DFORM_NOCONV :: No coordinate conversion performed :; DFORM_S370SHORT :: S/370..." current
  • 22:5222:52, 6 April 2025 diff hist +6,136 N GpiRemoveDynamics Created page with "This function removes those parts of the displayed image that are drawn from the dynamic segments in a section of the segment chain. This includes any parts that are drawn by calls from these dynamic segments. ==Syntax== GpiRemoveDynamics(hps, lFirstSegid, lLastSegid) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lFirstSegid (LONG) - input : First segment in the section. : It must be greater than 0. ; lLastSegid (LONG) - input : Last..." current
  • 22:5022:50, 6 April 2025 diff hist +4,919 N GpiSetInitialSegmentAttrs Created page with "This function specifies a segment attribute that is used when a segment is subsequently created. ==Syntax== GpiSetInitialSegmentAttrs(hps, lAttribute, lValue) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lAttribute (LONG) - input : Segment attribute. : The following values can be ORed together to generate this parameter: :; ATTR_DETECTABLE :: Detectability. :: This can be used to determine whether a correlation function can be performed o..." current
  • 22:4922:49, 6 April 2025 diff hist +4,413 N GpiDrawFrom Created page with "This function draws a section of the segment chain. ==Syntax== GpiDrawFrom(hps, lFirstSegment, lLastSegment) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lFirstSegment (LONG) - input : First segment to be drawn; it must be greater than 0. ; lLastSegment (LONG) - input : Last segment to be drawn; it must be greater than 0. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Err..." current
  • 22:4822:48, 6 April 2025 diff hist +4,041 N GpiDrawDynamics Created page with "This function redraws the dynamic segments in, or called from, the segment chain. ==Syntax== GpiDrawDynamics(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Remarks== Dynamic segments are those segments in the segment chain that have the ATTR_DYNAMIC segment attribute (see GpiSetInitialSegmentAttrs). It is prefer..." current
  • 22:4722:47, 6 April 2025 diff hist +3,466 N GpiDrawChain Created page with "This function draws the segments that are in the segment chain. ==Syntax== GpiDrawChain(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Remarks== The segments drawn are all of the retained segments that have the ATTR_CHAINED segment attribute (see GpiSetInitialSegmentAttrs), together with all of the unchained seg..." current
  • 22:4622:46, 6 April 2025 diff hist +2,729 N GpiErrorSegmentData Created page with "This function returns information about the last error that occurred during a segment drawing operation. ==Syntax== GpiErrorSegmentData(hps, plSegment, plContext) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; plSegment (PLONG) - output : Segment in which the error occurred. ; plContext (PLONG) - output : Context of the error. :; GPIE_SEGMENT :: The error occurred while processing the contents of a retained segment. :; GPIE_ELEMENT ::..." current
  • 22:4522:45, 6 April 2025 diff hist +3,814 N GpiDrawSegment Created page with "This function draws the specified segment. ==Syntax== GpiDrawSegment(hps, lSegment) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lSegment (LONG) - input : Segment to be drawn; it must be greater than 0. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Remarks== The drawing operation is controlled by the calls set by the draw controls (see GpiSetDrawControl..." current
  • 22:4422:44, 6 April 2025 diff hist +3,145 N GpiDeleteSegments Created page with "This function deletes all segments in the given identifier range. ==Syntax== GpiDeleteSegments(hps, lFirstSegment, lLastSegment) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lFirstSegment (LONG) - input : First identifier in the range; it must be greater than 0. ; lLastSegment (LONG) - input : Last identifier in the range; it must be greater than 0. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successfu..." current
  • 22:4322:43, 6 April 2025 diff hist +2,633 N GpiDeleteSegment Created page with "This function deletes a retained segment. ==Syntax== GpiDeleteSegment(hps, lSegid) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lSegid (LONG) - input : Segment identifier. : The identifier of the segment to be deleted; it must be greater than 0. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Remarks== If the segment is open when it is deleted, there is no op..." current
  • 22:4322:43, 6 April 2025 diff hist +3,409 N GpiDeleteElements Created page with "This function deletes all elements between, but not including, the elements found to contain the indicated labels. ==Syntax== GpiDeleteElementsBetweenLabels(hps, lFirstLabel, lLastLabel) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lFirstLabel (LONG) - input : Label marking the start of the elements to be deleted. : It must be greater or equal to 0. ; lLastLabel (LONG) - input : Label marking the end of the elements to be deleted. :..." current
  • 22:4222:42, 6 April 2025 diff hist +2,589 N GpiSetElementPointerAtLabel Created page with "This function sets the element pointer, within the current segment, to the element containing the specified label. ==Syntax== GpiSetElementPointerAtLabel(hps, lLabel) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lLabel (LONG) - input : Required label. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Remarks== The search starts from the element pointed to by th..." current
  • 22:4122:41, 6 April 2025 diff hist +3,332 N GpiQueryElementType Created page with "This function returns information about the element to which the element pointer currently points. ==Syntax== GpiQueryElementType(hps, plType, lLength, pszData) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; plType (PLONG) - output : Element type. : The element type can be system-defined or application-defined; see GpiElement and GpiBeginElement. ; lLength (LONG) - input : Data length. : Length of the description data buffer...." current
  • 22:4022:40, 6 April 2025 diff hist +2,124 N GpiQueryElementPointer Created page with "This function returns the current element pointer. ==Syntax== GpiQueryElementPointer(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; lElement (LONG) - returns : Current element pointer. :; >=0 :: Current element pointer :; GPI_ALTERROR :: Error. ==Remarks== This function is only valid when the drawing mode (see GpiSetDrawingMode) is set to retain (not draw-and-retain), and a segment bracket is currently in progress..." current
  • 22:3922:39, 6 April 2025 diff hist +3,208 N GpiOffsetElementPointer Created page with "This function sets the element pointer, within the current segment, to the current value plus the specified offset. ==Syntax== GpiOffsetElementPointer(hps, loffset) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; loffset (LONG) - input : Offset to be added to the element pointer. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Remarks== If the resulting value is..." current
  • 22:3822:38, 6 April 2025 diff hist +1,883 N GpiEndElement Created page with "This function terminates an element started by GpiBeginElement. ==Syntax== GpiEndElement(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; 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 (0x20F4) : An attempt was made to acce..." current
  • 22:3722:37, 6 April 2025 diff hist +3,408 N GpiDeleteElementsBetweenLabels Created page with "This function deletes all elements between, but not including, the elements found to contain the indicated labels. ==Syntax== GpiDeleteElementsBetweenLabels(hps, lFirstLabel, lLastLabel) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lFirstLabel (LONG) - input : Label marking the start of the elements to be deleted. : It must be greater or equal to 0. ; lLastLabel (LONG) - input : Label marking the end of the elements to be deleted. :..." current
  • 22:3722:37, 6 April 2025 diff hist +18 GpiElement Related Functions current
  • 22:3622:36, 6 April 2025 diff hist +4,398 N GpiElement Created page with "This function adds a single element to the current segment. ==Syntax== GpiElement(hps, lType, pszDesc, lLength, pbData) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lType (LONG) - input : Type to be associated with the element. : Application-defined elements should have type values in the range 0x81xxxxxx through 0xFFxxxxxx so as to avoid conflict with system-generated elements. ; pszDesc (PSZ) - input : Element description. : This i..."
  • 22:3322:33, 6 April 2025 diff hist 0 GpiDeleteElementRange No edit summary current
  • 22:3222:32, 6 April 2025 diff hist +3,117 N GpiDeleteElementRange Created page with "This function deletes all elements between, and including, the elements indicated by the specified element numbers. ==Syntax== GpiDeleteElementRange(hps, lFirstElement, lLastElement) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lFirstElement (LONG) - input : Number of the first element to be deleted. : If lFirstElement > lLastElement, the values are swapped before being used. ; lLastElement (LONG) - input : Number of the last element..."
  • 22:3222:32, 6 April 2025 diff hist +3,552 N GpiSetElementPointer Created page with "This function sets the element pointer, within the current segment, to the element number specified. ==Syntax== GpiSetElementPointer(hps, lElement) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lElement (LONG) - input : The element number required. : If the value specified is negative, the element pointer is set to 0. : If the value specified is greater than the number of elements in the segment, the element pointer is set to the last elem..." current
  • 22:3122:31, 6 April 2025 diff hist +2,629 N GpiDeleteElement Created page with "This function deletes the element indicated by the element pointer, that was set with GpiSetElementPointer or GpiSetElementPointerAtLabel. ==Syntax== GpiDeleteElement(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Remarks== The element pointer is set to the element immediately preceding the deleted element...." current
  • 22:3022:30, 6 April 2025 diff hist +48 GPI Functions Segment
  • 22:2922:29, 6 April 2025 diff hist +2,989 N GpiFrameRegion Created page with "This function draws a frame inside a region using the current pattern attributes. ==Syntax== GpiFrameRegion(hps, hrgn, thickness) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; hrgn (HRGN) - input : Region handle. ; thickness (PSIZEL) - input : Thickness of frame. : The width and height of the rectangle, in device coordinates, used to trace the frame. Both the cx and cy fields must be greater than or equal to zero. ==Return Value== ;..." current
  • 22:2922:29, 6 April 2025 diff hist +64 GPI Functions Regions
  • 22:2822:28, 6 April 2025 diff hist +2,621 N GpiQueryRGBColor Created page with "This function returns the actual RGB color that results from a particular index on the currently-associated device. ==Syntax== GpiQueryRGBColor(hps, flOptions, lColorIndex) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; flOptions (ULONG) - input : Options. :; LCOLOPT_REALIZED :: If this is specified, the information is required for when the logical color table is realized. :: If it is not specified (flag is not set) the information is requi..." current
  • 22:2722:27, 6 April 2025 diff hist +4,005 N GpiQueryRealColors Created page with "This function returns the RGB values of the distinct colors available on the currently associated device. ==Syntax== GpiQueryRealColors(hps, flOptions, lStart, lCount, alColors) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; flOptions (ULONG) - input : Options. :; LCOLOPT_INDEX :: If this is specified, the index is to be returned for each RGB value. :: If this flag is set when RGB mode is in force (LCOLF_RGB is set on GpiCreateLogColorTab..." current
  • 22:2622:26, 6 April 2025 diff hist +2,699 N GpiQueryNearestColor Created page with "This function returns the nearest color available to the color specified on the currently associated device. Both colors are specified in RGB terms. ==Syntax== GpiQueryNearestColor(hps, flOptions, lRgbIn) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; flOptions (ULONG) - input : Options. : Reserved, must be zero. ; lRgbIn (LONG) - input : Required color. ==Return Value== ; lRgbOut (LONG) - returns : Nearest available color to the..." current
  • 22:2622:26, 6 April 2025 diff hist +2,409 N GpiQueryMix Created page with "This function returns the current value of the (character) foreground color-mixing mode, as set by the GpiSetMix function. ==Syntax== GpiQueryMix(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; lMixMode (LONG) - returns : Mix mode. :; FM_DEFAULT (0L) :: Default :; FM_OR (1L) :: Logical-OR :; FM_OVERPAINT (2L) :: Overpaint :; FM_XOR (4L) :: Logical-XOR :; FM_LEAVEALONE (5L) :: Leave alone (invisible) :; FM_AND (6L) :: Lo..." current
  • 22:2522:25, 6 April 2025 diff hist +4,066 N GpiQueryLogColorTable Created page with "This function returns the logical color table. ==Syntax== GpiQueryLogColorTable(hps, flOptions, lStart, lCount, alArray) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; flOptions (ULONG) - input : Specifies options. :; LCOLOPT_INDEX :: B'1' The index is to be returned for each RGB value. :: Other flags are reserved and must be B'0'. ; lStart (LONG) - input : Starting index for which data is to be returned. : This must be greater than or..." current
  • 22:2422:24, 6 April 2025 diff hist +2,626 N GpiQueryColorIndex Created page with "This function returns the color index of the device color that is closest to the specified RGB color representation for the device connected to the specified presentation space. ==Syntax== GpiQueryColorIndex(hps, flOptions, lRgbColor) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; flOptions (ULONG) - input : Options. : Reserved, and must be zero. ; lRgbColor (LONG) - input : Specifies a color in RGB terms. ==Return Value== ; lIndex ([..." current
  • 22:2322:23, 6 April 2025 diff hist +2,882 N GpiQueryColorData Created page with "Information about the current logical color table or the selected palette is returned by this function. ==Syntax== GpiQueryColorData(hps, lCount, alArray) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; lCount (LONG) - input : Number of elements supplied in alArray. : It must be between 0 and 4. ; alArray (PLONG) - output : Array. : On return this array contains: :; alArray[QCD_LCT_FORMAT] :: Format of loaded color table if any. One of..." current
  • 22:2322:23, 6 April 2025 diff hist +2,460 N GpiQueryColor Created page with "This function returns the current value of the (character) color attribute, as set by the GpiSetColor call. ==Syntax== GpiQueryColor(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; lColor (LONG) - returns : Color attribute. : If the presentation space is in RGB mode, lColor is an RGB value for the background. If the presentation space is in index mode (as set through GpiCreateLogColorTable), lColor is a CLR_* index..." current
  • 22:2222:22, 6 April 2025 diff hist +2,301 N GpiQueryBackColor Created page with "This function returns the current value of the (character) background color attribute, as set by the GpiSetBackColor function. ==Syntax== GpiQueryBackColor(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; lColor (LONG) - returns : Background color. : If the presentation space is in RGB mode, lColor is an RGB value of background. If the presentation space is in index mode (as set through GpiCreateLogColorTable), lColo..." current
  • 22:2122:21, 6 April 2025 diff hist +1 GPI Functions Colour
  • 22:2122:21, 6 April 2025 diff hist +55 GPI Functions Colour
  • 22:2022:20, 6 April 2025 diff hist +2,703 N GpiQueryLogicalFont Created page with "This function returns the description of a logical font. See GpiCreateLogFont. ==Syntax== GpiQueryLogicalFont(ps, lcid, name, attrs, length) ==Parameters== ; ps (HPS) - input : Presentation-space handle. ; lcid (LONG) - input : Local identifier. : Logical font local identifier, in the range 0 through 254. Specify 0 to query the default font. ; name (PSTR8) - output : Logical font name. : An 8-character name for the logical font. ; attrs (PFATTRS..." current
  • 22:1922:19, 6 April 2025 diff hist +3,306 N GpiQueryFullFontFileDescs Created page with "This function determines whether a given file is a font resource file, and if so, returns the family and face names of the fonts that it contains. ==Syntax== GpiQueryFullFontFileDescs(hab, pszFilename, plCount, pNames, plNamesBuffLength) ==Parameters== ; hab (HAB) - input : Anchor-block handle. ; pszFilename (PSZ) - input : Fully qualified filename. : This is the name of the font resource. The filename extension is .FON. ; plCount (PLONG) - in/out : Maxi..." current
  • 22:1722:17, 6 April 2025 diff hist +1,558 N GpiQueryFontAction Created page with "This function determines whether available fonts have been affected since the last time the function was called. ==Syntax== GpiQueryFontAction(anchor, options) ==Parameters== ; anchor (HAB) - input : Anchor-block handle. ; options (ULONG) - input : Options. : The following may be OR'ed together if required: :; QFA_PUBLIC :: Interested in any change of public fonts. :; QFA_PRIVATE :: Interested in any change of private fonts for the current process. ==Return..." current
  • 22:1622:16, 6 April 2025 diff hist +3,665 N GpiQueryFaceString Created page with "This function generates a compound face name for a font. ==Syntax== GpiQueryFaceString(ps, FamilyName, attrs, length, CompoundFaceName) ==Parameters== ; ps (HPS) - input : Presentation-space handle. ; FamilyName (PSZ) - input : Family name. : The family name of the font (for example, "Courier"). ; attrs (PFACENAMEDESC) - input : Face-name description. : A structure that provides the characteristics of the required font. These characteristics are used to..." current
  • 22:1622:16, 6 April 2025 diff hist +2,393 N GpiUnloadPublicFonts Created page with "This function unloads one or more generally-available fonts from the specified resource file. See GpiLoadPublicFonts. ==Syntax== GpiUnloadPublicFonts(hab, pszFilename) ==Parameters== ; hab (HAB) - input : Anchor-block handle. ; pszFilename (PSZ) - input : Filename. : This is the fully-qualified name of the font resource. The file-name extension is .FON ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FAL..." current
  • 22:1522:15, 6 April 2025 diff hist +1,952 N GpiLoadPublicFonts Created page with "This function loads one or more fonts from the specified resource file, to be available for all applications. ==Syntax== GpiLoadPublicFonts(hab, pszFilename) ==Parameters== ; hab (HAB) - input : Anchor-block handle. ; pszFilename (PSZ) - input : Filename. : This is the fully-qualified name of the font resource. The file-name extension is ".FON". ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error..." current
  • 22:1422:14, 6 April 2025 diff hist +48 GPI Functions Fonts
  • 22:1322:13, 6 April 2025 diff hist +1,427 N GpiQueryDefTag Created page with "This function returns the default value of the tag identifier, as set by the GpiSetDefTag function. ==Syntax== GpiQueryDefTag(hps, plTag) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ; plTag (PLONG) - output : Default tag identifier. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Errors== Possible returns from WinGetLastError: ; PMERR_INV_HPS (0x207F) : An inv..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)