Syntax - GpiSetBidiAttr

/****************************************/
/* This function sets the Bidirectional */
/* attributes of a presentation space.  */
/****************************************/

#define INCL_PMBIDI
#include <os2.h>

HPS       hps;          /* Presentation space handle */
ULONG     ulBidiAttr;   /* Bidirectional Attributes word */
BOOL      fsuccess;     /* Return value  */

   fsuccess  =  GpiSetBidiAttr  ( hps, BidiAttr);


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