Syntax - GpiQueryBidiAttr

/*******************************************/
/* 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 );


[Back: Topics - GpiQueryBidiAttr]
[Next: Parameters - GpiQueryBidiAttr]