int GetPolyFillMode(hDC)
This function retrieves the current polygon-filling mode.
| Parameter | Type/Description |
| hDC | HDC Identifies the device context. |
The return value specifies the polygon-filling mode. It can be any one of the following values:
| Value | Meaning |
| ALTERNATE | Alternate mode | |
| WINDING | Winding-number mode |
For a description of these modes, see the SetPolyFillMode function, later in this chapter.