The utility API functions below allow the application to display message and status boxes, acquire the OS type and carry out other processing.
API function name | Description |
---|---|
AIT_MessageBox | Displays a message box. |
AIT_StatusBox | Displays a status box. |
AIT_StatusBoxClose | Closes the status box. |
AIT_GetEnv | Acquires the contents of an environment variable. |
AIT_GetLastError | Acquires the last occurring error. |
AIT_GetErrorText | Acquires an error message. |
AIT_InitLog | Initializes a log file. |
AIT_LogMessage | Stores a message into a log file. |
AIT_Exit | Exits AIT file processing. |
AIT_GetOSType | Acquires the OS type. |