NAME

MattributeAvail - check if an attribute is available

SYNOPSIS

#include "csf.h"

int MattributeAvail
(
	MAP *m,
	CSF_ATTR_ID id
);

PARAMETERS

MAP *m
map handle
CSF_ATTR_ID id
identification of attribute

Possible values for a

CSF_ATTR_ID
are as follows:

DESCRIPTION

MattributeAvail search for the given id in the map.

RETURNS

0 if the attribute is not available, nonzero if the attribute is available

MERRNO

ILLHANDLE