LockAccessStatus
#include<kfbxlayer.h>

List of all members.

Detailed Description

Identify what error occured when manipulating the data arrays.

Definition at line299of filekfbxlayer.h.


Public Types

enum ELockAccessStatus
 Identify what error occured when manipulating the data arrays.More...

Member Enumeration Documentation

Identify what error occured when manipulating the data arrays.

  • eSuccessOperation Successfull.
  • eUnsupportedDTConversionAttempting to convert to an unsupported DataType.
  • eCorruptedCopybackThe Release of a converted buffer failed and corrupted the main data.
  • eBadValueInvalid value.
  • eLockMismatchAttempting to change to an incompatible lock.
  • eNoWriteLockA write operation as been attempted but no WriteLock is available.
  • eNoReadLockA read operation as been attempted but the WriteLock is active.
  • eNotOwnerAttempting to release a lock on an invalid data buffer pointer.
  • eDirectLockExistA direct access lock is still active.

Definition at line313of filekfbxlayer.h.