|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| winbase.h
| Unicode
| No
| Platform Notes
| None
|
|
|
RIP_INFO
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;
Members
dwError
Specifies the error that caused the RIP debug event. For more information
about exception handling, see Errors.
dwType
Specifies additional information about the type of error that caused the RIP
debug event. This may be one of the following values:
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.
|
See Also
DEBUG_EVENT
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|