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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

FilterMapURL

#include <dsapi.h>

URL map

C definition

typedef struct {
  const char*    url;      /* Input. The input URL */
  char*      pathBuffer;    /* Input. The resulting mapping is contained in the supplied buffer */
  unsigned int  bufferSize;    /* Size of the buffer supplied */
  unsigned int  mapType;    /* Mapping type. */
} FilterMapURL;

LotusScript

Definition(s)

Item is used by DSAPI functionality and cannot be used from LotusScript.