ERRPARAMS

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.

Structure Definition

public struct ERRPARAMS
    {

       public byte ErrCode;
       public IntPtr errstring;
    }

Structure Members

Last updated