NAME
MopenPerm - Return the access mode of m
SYNOPSIS
#include "csf.h"
enum MOPEN_PERM MopenPerm(const MAP *m);
PARAMETERS
-
const MAP *m
-
Not Documented.
DESCRIPTION
MopenPerm returns the permission.
Note that M_WRITE is deprecated
RETURNS
Possible values for an enum MOPEN_PERM
are as follows:
- M_READ - Open read only.
- M_WRITE - Open write only.
- M_READ_WRITE - Open for both reading and writing.
SEE ALSO
Mopen