| Platform SDK: Debugging and Error Handling |
The RIP_INFO structure contains the error and address, format, and length, in bytes, of a debugging string.
typedef struct _RIP_INFO {
DWORD dwError;
DWORD dwType;
} RIP_INFO, *LPRIP_INFO;
| Value | Meaning |
|---|---|
| SLE_ERROR | Indicates that invalid data was passed to the function that failed. This caused the application to fail. |
| SLE_MINORERROR | Indicates that invalid data was passed to the function, but the error probably will not cause the application to fail. |
| SLE_WARNING | Indicates that potentially invalid data was passed to the function, but the function completed processing. |
| 0 | Indicates that only dwError was set. |
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Winbase.h; include Windows.h.