Sets the default permissions for an ODM object class at creation time.
Object Data Manager Library (libodm.a)
#include <odmi.h>
int odm_set_perms (NewPermissions) int NewPermissions;
The odm_set_perms subroutine defines the default permissions to assign to object classes at creation.
NewPermissions | Specifies the new default permissions parameter as an integer. |
Upon successful completion, the current default permissions are returned. If the odm_set_perms subroutine is unsuccessful, a value of -1 is returned.
This subroutine is part of Base Operating System (BOS) Runtime.
See Appendix B, "ODM Error Codes" for explanations of the ODM error codes.
List of ODM Commands and Subroutines.
Object Data Manager (ODM) Overview for Programmers in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.