DeleteSelectionSet Method (Headline Control)
Windows - Visual C++
Description
The DeleteSelectionSet method
deletes a previously saved selection set.
Syntax
long result =
DeleteSelectionSet(long selectionSetID);
The DeleteSelectionSet syntax has these parts:
Part |
Description |
selectionSetID |
A long integer containing the selection set ID. |
result |
A long integer containing 0 if successful and and an error code if not. |
Remarks
Any selection set created with the SaveSelectionSet method
must be deleted with the DeleteSelectionSet method when you are
finished using it.
See Also: GetNewestHeadlineFromSelectionSet GetOldestHeadlineFromSelectionSet SaveSelectionSet
Back to: Headline Methods