This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HANDLE of statically created objects (BIOS)

Hello all,

                while creating objects dynamically using the BIOS api's we get the return type as an handle, which we could store.

How to get the handle of all the statically created objects ?

For instance, a semaphore created statically using the configuration tool, if we want to use SEM_new(sem, count) how to pass the first parameter which is the handle to the semahore ?

similarly for other objects which are accesed using the handle.

thanks and regards