| Home  Anonymous
 login
 
    
 
 
 | 
  FilterURLMapTypes
  |  |  
 
#include <dsapi.h>  URL map types  C definition  
typedef enum {   kURLMapUnknown  = 0,      /* Unknown mapping type. */   kURLMapPass    = 1,      /* File system mapping rule */   kURLMapExec    = 2,      /* CGI mapping rule */   kURLMapRedirect = 3,      /* Redirect mapping rule */   kURLMapService  = 4,      /* Obsolete. Not used anymore in Rnext. */   kURLMapDomino  = 5        /* Domino mapping rule */ } FilterURLMapTypes;
 
 
 LotusScript  Definition(s)     Item is used by DSAPI functionality and cannot be used from LotusScript.  
 |