Description
Reports the message text for a link error that has occurred when you build an executable.
The PBORCA_ExecutableCreate function passes the PBORCA_LINKERR structure to its callback function.
Syntax
typedef struct pborca_linkerr {
   LPTSTR lpszMessageText;
} PBORCA_LINKERR, FAR *PPBORCA_LINKERR;

