public static int SetCharacterSet(int Value) { if (Is64Bit()) { return(BXLAPI_x64.SetCharacterSet(Value)); } else { return(BXLAPI_x86.SetCharacterSet(Value)); } }