BOOL osInit(void);
TRUE on success or FALSE on failure. Call the osGetLastError function to obtain extended error information.
This function initializes the operating system. It must be called exactly once before the osStart function is executed.
| Version: | 1.0 |
|---|---|
| Header file: | OS_API.h |
| See also: | BOOL, FALSE, osDeinit, osGetLastError, osStart, system objects management, TRUE |