ctdbGetBinaryFlag
Returns the user-defined characteristics of a field definable by the programmer bindable to the field definition.
Declaration
ctdbGetBinaryFlag(CTHANDLE Handle, NINT fldno);
Description
In V11.5, a set of binary flags has been introduced for the CTDB_BINARY_FLAG enum in CTDBSDK.H. These flags can be assigned to a binary field using ctdbSetFieldBinaryFlag (also called ctdbSetBinaryFlag). These values can be used to indicate particular characteristics of a field definable by the programmer bindable to the field definition.
Return Values
Value |
Symbolic Constant |
Explanation |
---|---|---|
0 |
CTDBRET_OK |
Successful operation. |
See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.
See Also