共用方式為


COOKIE

Send Feedback

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

RichInk Control Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.