Class FSBANK_STATEDATA_FAILED

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class FSBANK_STATEDATA_FAILED extends Struct<FSBANK_STATEDATA_FAILED> implements NativeResource

 struct FSBANK_STATEDATA_FAILED {
     FSBANK_RESULT errorCode;
     char errorString[256];
 }