OmniClientBlockResult
Defined in OmniClient.h
-
struct OmniClientBlockResult
Result of an ‘open’ request for a block.
Public Members
-
OmniClientResult result
The result of the operation.
-
const struct OmniClientBlockLocation *block
The actual block information. If result != eOmniClientResult_Ok, this will be a null pointer. The pointer is only valid for the duration of the callback and should be copied to be used later.
-
OmniClientResult result