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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

NSFITEMSCANPROC

#include <nsfnote.h>

Action routine for each item found by NSFItemScan.

C definition

typedef STATUS (LNCALLBACKPTR NSFITEMSCANPROC)(
  WORD     Spare,
  WORD     ItemFlags,
  char far * Name,
  WORD     NameLength,
  void far * Value,
  DWORD    ValueLength,
  void far * RoutineParameter);

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.