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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

FilterAuthorize

#include <dsapi.h>

DSAPI FilterAuthorize structure

C definition

typedef struct _FilterAuthorize{
  const char    *pURL;  /* Input. The input URL */
  char      *pBuffer;  /* Input. The resulting mapping is contained
            in the supplied buffer */

  unsigned int  bufferSize;  /* Size of the buffer supplied */
  unsigned int  mapType;  /* Mapping type. */
  unsigned int  isAuthorized;  /* Result of operation, 1 if successful, 0 otherwise. */
} FilterAuthorize;

LotusScript

Definition(s)

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