Jump to content

GpiBeginElement: Difference between revisions

From EDM2
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...."
(No difference)

Revision as of 04:16, 31 December 2019

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