Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
RIP_INFO structure (minwinbase.h)
Contains the error that caused the RIP debug event.
Syntax
typedef struct _RIP_INFO {
DWORD dwError;
DWORD dwType;
} RIP_INFO, *LPRIP_INFO;
Members
dwError
The error that caused the RIP debug event. For more information, see Error Handling.
dwType
Any additional information about the type of error that caused the RIP debug event. This member can be one of the following values.
| Value | Meaning |
|---|---|
|
Indicates that invalid data was passed to the function that failed. This caused the application to fail. |
|
Indicates that invalid data was passed to the function, but the error probably will not cause the application to fail. |
|
Indicates that potentially invalid data was passed to the function, but the function completed processing. |
|
Indicates that only dwError was set. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | minwinbase.h (include Minwinbase.h, Windows.h) |
See also
Feedback
Was this page helpful?
