Here is where you put a quick overview of the function
Structure
Members
pContext
Type:
LPARAM
The context specified in lParam when the item was inserted
hdc
Type:
HDC
HDC to draw to
rc
Type:
RECT
RECT within hdc to draw the item at
nState
Type:
UINT
The bitmask describing the state of the item. More than one bit flag can be specified in nState
State | Description |
---|---|
NI_STATE_SELECTED | The item is in a selected state |
NI_STATE_FOCUS | The item has the focus |
Remarks
None
Examples
None