User manual

DELIB API reference |Seite 37
4.2.2. DapiGetLastErrorText
Description
This function reads the text of the last registered error.
Definition
extern ULONG __stdcall DapiGetLastErrorText(unsigned char * msg, unsigned long
msg_length);
Parameters
msg = text buffer
msg_length = length of the buffer
Example program