FilterMapURL
Data Type : DSAPI
FilterMapURL - URL map
#include <dsapi.h>
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;
Description :
Input
url- Input parameter. It is a pointer to a string whose value is the
current url being processed.
bufferSize - Input parameter. This is the size of the supplied buffer in which to store the new url.
Output
pathBuffer - Ouput parameter. It is a pointer to a supplied buffer where the the new url is to be stored.
mapType - Output parameter. If applicable, see FilterURLMapTypes for more information.