The tables list ML function identifiers and the C functions from the Windows SDK to which they correspond.
Some Windows functions specify the success or failure of their execution by returning a BOOL, int, or DWORD. The equivalent ML functions typically handle failure by raising an exception. As a result such ML functions return a unit, relying on the exception to clarify the nature of the failure. The functions to which this applies are marked as follows:
unit as opposed to BOOL in the Windows equivalent.
unit as opposed to int in the Windows equivalent.
unit as opposed to DWORD in the Windows equivalent.
Generated with Harlequin WebMaker