#define LAPICALL __declspec(dllimport) bool

LAPICALL defines the calling conventions and return type of all API functions.

A function returns true if the operation was successful. A function returns false if the operation failed.

Call GetError() to retrieve additional information.