|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <workspaceobject.h>
Data Fields | |
| WSO_get_info_entry_t * | entries |
| tag_t | group |
| int | m_flag |
| int | n_entries |
| tag_t | owner |
The owner and group may be changed by changing the tags or by changing the name and letting the internal functions determine the tag. The choice is up to the client. Changing tags if you have them, is a faster means of changing ownership.
In either case the request can still fail if access is denied. When a request fails the entry's m_flag is set to -1.
The change of m_flag to -1 is in addition to all other standard error reporting mechanisms not a replacement of them.
Definition at line 306 of file workspaceobject.h.
| WSO_get_info_entry_t* WSO_descriptor_s::entries |
Array size is: n_entries
Definition at line 311 of file workspaceobject.h.
| tag_t WSO_descriptor_s::group |
May also be changed by changing the name in the appropriate entry.
Definition at line 309 of file workspaceobject.h.
| int WSO_descriptor_s::m_flag |
Set if you change the owner/group tag
Definition at line 307 of file workspaceobject.h.
| int WSO_descriptor_s::n_entries |
Do not modify.
Definition at line 310 of file workspaceobject.h.
| tag_t WSO_descriptor_s::owner |
May also be changed by changing the name in the appropriate entry.
Definition at line 308 of file workspaceobject.h.