Syntax - LayoutCreateObject
/********************************************/
/* This function creates and initializes a */
/* layout object associated with the locale */
/* specified by locale_name. */
/********************************************/
#define INCL_LAYOUT
#include <layout.h>
PUCHAR locale_name; /* Name of the locale used */
PLAYOUT_OBJECT plh; /* Pointer to a valid layout object */
APIRET RC; /* Return value */
RC = LayoutCreateObject ( locale_name, plh );
[Back: Topics - LayoutCreateObject]
[Next: Parameters - LayoutCreateObject]