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