ERRPARAMS

Universal Driver Documentation
Structure containing error code information resulting from a Universal Driver function call. An error code is generated as the return value by each driver function. A complete list of error codes and corresponding descriptive strings is on page 219.

Structure Definition

typedef struct {

    BYTE errcode;
    char* errstring;

} ERRPARAMS;

Structure Members

Name Description
errcodeThe error code representing the particular error
errstringThe string description corresponding to the error code in ErrCode


This page was last modified 23:56, 29 Jan 2004.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.