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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

IXENTRYPROC

#include <ixport.h>

defines the arguments to an import/export library

C definition

typedef STATUS (LNCALLBACKPTR IXENTRYPROC)(
  void far *IXContext,    /* See IXEDIT.H or IXVIEW.H */
  WORD    Flags,       /* IXFLAG_xxx */
  HMODULE  hModule,
  char far *AltLibraryName,
  char far *PathName);    /* File to act upon */

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.