Reports that the user changed the selection state.
#include <kvvapi.h> VAPINM_SELECTION = uMsg; BOOL bHaveSelection = (BOOL) wParam; TPVAPIFirstLast lpFirstLast = (TPVAPIFirstLast*) lParam;
Argument |
Description |
---|---|
|
A flag that is |
|
A pointer to a TPVAPIFirstLast structure that defines the selection, if a selection exists. It is undefined if a selection does not exist. |
None
The lpFirstLast
parameter is not valid if the bHaveSelection
parameter is FALSE
.