Jump to content

GpiBeginElement

From EDM2
Revision as of 04:16, 31 December 2019 by Ak120 (talk | contribs) (Created page with "This function defines the start of an element within a segment. ==Syntax== GpiBeginElement(hps, lType, pszDesc) ==Parameters== ;hps (HPS) - input:Presentation-space handle....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function defines the start of an element within a segment.

Syntax

GpiBeginElement(hps, lType, pszDesc)

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 to avoid conflict with system-generated elements.
pszDesc (PSZ) - input
Description.
Variable-length character string, recorded with the type.
rc (BOOL) - returns
Success indicator.
TRUE Successful completion
FALSE Error occurred