Firelight Technologies FMOD Studio API

FSBANK_STATEDATA_FAILED

Extra state data for FSBANK_STATE_FAILED

Structure

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

Members

errorCode

Error result code.

errorString

Description for error code.

Remarks

Cast stateData in FSBANK_PROGRESSITEM to this struct if the state is FSBANK_STATE_FAILED

See Also




Version 1.03.06 Built on Apr 17, 2014