Returns whether a workload partition is an application workload partition.
#include <sys/wparid.h>
int kwpar_isappwpar(kcid)
cid_t kcid;
Checks whether the workload partition associated with the kcid is an application workload partition.
Item | Description |
---|---|
kcid | Specifies the workload partition ID. |
Process environment only.
Item | Description |
---|---|
1 | Workload partition is an application workload partition. |
0 | Workload partition is not an application workload partition. |
-1 | Indicates that the command did not complete successfully. |