The RIP_INFO structure contains the error and address, format, and length, in bytes, of a debugging string.
typedef struct _RIP_INFO { /* ri */ DWORD dwError; DWORD dwType; } RIP_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. |
file: /Techref/os/win/api/win32/struc/src/str16_16.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/12 18:11,
18.118.189.253:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/struc/src/str16_16.htm"> RIP_INFO</A> |
Did you find what you needed? |