RecAPI
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
_RPPERRORS Struct Reference

Error list item. More...

#include <KernelApi.h>

Public Attributes

RECERR rc
 
int page
 
LPWSTR obj
 
struct _RPPERRORSnext
 

Detailed Description

Error list item.

This struct contains an item of the error list retrieved by kRecGetRPPErrorList or RecGetRPPErrorList.

Member Data Documentation

◆ next

struct _RPPERRORS* _RPPERRORS::next

Next item of the error list or NULL at end.

◆ obj

LPWSTR _RPPERRORS::obj

The label of the error code as a string.

◆ page

int _RPPERRORS::page

Index of the page of that processing returned with this error code.

◆ rc

RECERR _RPPERRORS::rc

The error code.