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.
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) |