Use the following functions to establish whether Natural Access or your application manages wait objects:
|
Function |
Synchronous/ |
Description |
|---|---|---|
|
Synchronous |
Obtains an operating system specific array of wait objects that Natural Access is managing internally. This function is used when the application manages wait objects. | |
|
Synchronous |
Registers a wait object with Natural Access. This function is used when Natural Access manages wait objects. | |
|
Synchronous |
Unregisters a previously registered wait object. This function is used when Natural Access manages wait objects. |
Refer to Using wait objects for more information.