/* fixed point number - implicit binary point between 2 and 3 hex digits */ typedef LONG FIXED; /* fx */ typedef FIXED *PFIXED;