getSelection

Top  Previous  Next

Determines the pointer on the stored selection list.

The DLL system owns for every Handletyp of the data bank a buffer in which the user can store a trading. The DLL does not use these variables. All functions from SYSCMDS and USER? which want to store a selection list or use, fall back on this variable. With getSelection this variable is questioned, with setSelection if a new pointer is stored in these variables. A value of 0 means that no secure selection list exists.

Parametre

---

Result

(void *) [OUT]

The pointer on the selection list which was put with setSelection is returned. One receives this selection list from DBsaveSelection.

Declaration

#include "system.h"

 

void * getSelection (

void

);