magic constant

int const magic

Magic number identifying binary protocol data (ASCII "ODBC").

Implementation

static const int magic = 0x4F444243;