GpiBeginElement
Appearance
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