![]() |
![]() |
![]() |
![]() |
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Called when a client adds a new property to a node
#include <sys/pmm.h>
int property_add(void *data, pm_property_attr_t *prop,
void *val);
libc
This function is called when a client adds a new property to a node:
The return value from this call indicates whether the property can be attached:
The default action (if the policy does not override this function) is to allow any property to be added.
| Safety: | |
|---|---|
| Cancellation point | Unknown |
| Interrupt handler | Unknown |
| Signal handler | Unknown |
| Thread | Unknown |
![]() |
![]() |
![]() |