Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
EndSelection
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
void EndSelection(lpPntStruc)
LPEXTPAINTSTRUC lpPntStruc;
 
The EndSelection function stops the selection.
 
Parameter   Description
────────────────────────────────────────────────────────────────────────────
 
lpPntStruc  Points to an EXTPAINTSTRUC structure.
 
Return Value
 
This function has no return value.
 
Comments
 
The export ordinal for this function is 9.
 
The function clears the SELECTON bit in the SelecFlags member of the
GrabArea member of the SelStruc member of the EXTPAINTSTRUC structure.
 
See Also
 
BeginSelection, EXTPAINTSTRUC