VAPINM_SELECTION
Reports that the user changed the selection state.
Syntax
#include <kvvapi.h> VAPINM_SELECTION = uMsg; BOOL bHaveSelection = (BOOL) wParam; TPVAPIFirstLast lpFirstLast = (TPVAPIFirstLast*) lParam;
Arguments
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. |
Returns
None
Discussion
The lpFirstLast
parameter is not valid if the bHaveSelection
parameter is FALSE
.