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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

DBOPENBYIDPROC

#include <dbdrv.h>

Type of procedure passed to an external database driver's context function.

C definition

typedef STATUS (LNCALLBACKPTR DBOPENBYIDPROC)(
  DBID ReplicaID,
  char far *FileTitle,
  HANDLE hNames,
  DBHANDLE far *rethDB);

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.