LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

MQSCAN_CALLBACK

#include <mq.h>

Action routine invoked by MQScan().

C definition

typedef STATUS (LNCALLBACKPTR MQSCAN_CALLBACK)(
  const char far *pBuffer,
  WORD        Length,
  WORD        Priority,
  void far *    Ctx);

LotusScript

Definition(s)

Warning: Item uses callback(s) or is used by a callback; from LotusScript may be used in a limited way or may not be usable all.