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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

NSFPROFILEENUMPROC

#include <nsfnote.h>

Callback action routine for NSFProfileEnum.

C definition

typedef STATUS (LNCALLBACKPTR NSFPROFILEENUMPROC)(
  DBHANDLE hDB,
  void far *Ctx,
  char *ProfileName,
  WORD ProfileNameLength,
  char *UserName,
  WORD UserNameLength,
  NOTEID ProfileNoteID);

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.