FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LockAccessStatus Class Reference

#include <fbxlayer.h>

Class Description

Identifies what error occurs when the data arrays are manipulated.

Definition at line 287 of file fbxlayer.h.

Public Types

enum  ELockAccessStatus {
  eSuccess, eUnsupportedDTConversion, eCorruptedCopyback, eBadValue,
  eLockMismatch, eNoWriteLock, eNoReadLock, eNotOwner,
  eDirectLockExist
}
 

Member Enumeration Documentation

◆ ELockAccessStatus

Identifies what error occurs when the data arrays are manipulated.

  • eSuccess Operation Successful.
  • eUnsupportedDTConversion Attempts to convert to an unsupported DataType.
  • eCorruptedCopyback The Release of a converted buffer fails and corrupts the main data.
  • eBadValue Invalid value.
  • eLockMismatch Attempts to change to an incompatible lock.
  • eNoWriteLock A write operation is attempted but no WriteLock is available.
  • eNoReadLock A read operation is attempted but the WriteLock is active.
  • eNotOwner Attempts to release a lock on an invalid data buffer pointer.
  • eDirectLockExist A direct access lock is still active.
Enumerator
eSuccess 
eUnsupportedDTConversion 
eCorruptedCopyback 
eBadValue 
eLockMismatch 
eNoWriteLock 
eNoReadLock 
eNotOwner 
eDirectLockExist 

Definition at line 302 of file fbxlayer.h.


The documentation for this class was generated from the following file: