SYNOPSIS
#include <mqueue.h>
int mq_unlink(const char *name);
DESCRIPTION
The
PARAMETERS
RETURN VALUES
On success,
- EACCES
-
Permission is denied to unlink the named message queue.
- ENAMETOOLONG
-
The length of the name argument exceeds {PATH_MAX}.
- ENOENT
-
The named message queue does not exist.
CONFORMANCE
UNIX 03.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.