COOKIE
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
Pocket PC: Pocket PC 2000 and later
Smartphone: None
OS Versions: Windows CE 3.0 and later
Header: richink.h
Library: richink.lib
See Also
Send Feedback on this topic to the authors