Share via


COOKIE

4/8/2010

The COOKIE structure is used by the EDITSTREAM structure to represent the user value passed to callback as first parameter.

Syntax

typedef struct {
  IStream * pstm;
  BOOL bValue;
  VOID * pData;
  BOOL bLoss;
} COOKIE;

Members

  • pstm
    Pointer to IStream to read from or write to.
  • bValue
    If set to TRUE, means first callback to read or write.
  • pData
    Pointer to application-specific data.
  • bLoss
    The RichInk control may modify the value to indicate whether any data loss occurs during the input conversion.

Requirements

Header richink.h
Library richink.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2000 and later

See Also

Concepts

RichInk Control Structures