osInit Function
Declaration:
BOOL osInit(void);
Return value:

TRUE on success or FALSE on failure. Call the osGetLastError function to obtain extended error information.

Description:

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
SpaceShadow documentation