"Definition of INTEROP_BOOL"

#define INTEROP_BOOL char
#define INTEROP_BOOL_TRUE ((INTEROP_BOOL) 1)
#define INTEROP_BOOL_FALSE ((INTEROP_BOOL) 0)


Code snippet taken from "P/Invoke Tips".