Syntax - LayoutEditShape
/*******************************************/
/* This function edits the shapes of */
/* the characters pointed to by the */
/* index parameters. */
/*******************************************/
#define INCL_LAYOUT
#include <layout.h>
LAYOUT_OBJECT plh; /* Layout object handle */
BOOL EditType;/* Type of editing */
PULONG index; /* Cursor position - in bytes units */
PUCHAR InpBuf; /* Input text */
PULONG InpSize; /* Size of InpBuf - number of bytes */
PVOID OutBuf; /* Output text */
PULONG OutSize; /* Size of OutBuf - number of bytes */
APIRET RC; /* Return value */
RC = LayoutEditShape ( plh, EditType, index, InpBuf, InpSize,
OutBuf, OutSize);
[Back: Topics - LayoutEditShape]
[Next: Parameters - LayoutEditShape]