PTMAP_add_sl

This subroutine creates a new Shopping List.

Once a Shopping List has been created, applications may add requests to the Shopping List and send those requests to Point Management. An application may create any number of Shopping Lists and add any number of points to that list. (These numbers are limited only by virtual memory use.) The application is returned a Shopping List identifier that uniquely identifies this Shopping List.

Syntax

int PTMAP_add_sl (sl_adr, retstat)

PTMAP_ADDR  *sl_adr;

COR_STATUS  *retstat;

Input Arguments

None.

Output Arguments

sl_adr

Shopping List identifier that may be used in calls to add/remove points to/from Shopping List or to send the Shopping List.

retstat

Pointer to status structure. No errors are defined.

Return Value

COR_SUCCESS.

More information

Point Management API subroutines.