GpiVectorSymbol
Appearance
Undocumented function.
Its primary purpose is to draw a vector symbol (also known as a marker or a symbol defined in a marker set) at a specified location within a presentation space.
Syntax
GpiVectorSymbol( hps, hdc, pbyte )
Parameters
- hps (HPS) - input
- (Handle to Presentation Space) The handle to the presentation space where the symbol should be drawn.
- hdc (HDC) - input
- pbyte (PBYTE) - input
Returns
- rc (LONG) - return
- Returns a LONG value indicating the success or failure of the operation:
- GPI_OK (or a non-zero value)
- The symbol was drawn successfully.
- GPI_ERROR (or 0)
- The function failed.