/*******************************************/ /* This function queries the bidirectional */ /* of a GPI presentation space. */ /*******************************************/ #define INCL_PMBIDI #include <os2.h> HPS hps; /* Presentation space handle */ ULONG ulBidiAttr; /* Bidirectional Attributes word */ ulBidiAttr = GpiQueryBidiAttr ( hps );