Error Functions
The following table shows the Error functions and the purpose of each.
Programming element | PPC | SP | Description |
---|---|---|---|
FormatMessage | X | X | This function formats a message string. |
GetLastError | X | X | This function returns the calling thread's last-error code value. |
SetLastError | X | X | This function sets the last-error code for the calling thread. |
See Also
Send Feedback on this topic to the authors