An application uses an InitialContext object to create objects from object definitions that are retrieved from a repository of administered objects.
For a list of the XMS defined properties of an InitialContext object, see Properties of InitialContext.
Function | Description |
---|---|
xmsInitialContextCreate | Create an InitialContext object. |
xmsInitialContextDispose | Delete the InitialContext object. |
xmsInitialContextLookup | Create an object from an object definition that is retrieved from the repository of administered objects. |
xmsRC xmsInitialContextCreate(xmsCHAR *URL, xmsHInitialContect *initalContext, xmsHErrorBlock errorBlock);
Create an InitialContext object.
xmsRC xmsInitialContextDispose(xmsHInitialContext *initialContext, xmsHErrorBlock errorBlock);
Delete the InitialContext object.
If an application tries to delete an InitialContext object that is already deleted, the call is ignored.
xmsRC xmsInitialContextLookup(xmsHInitialContext initialContext, xmsCHAR *objectName, xmsHObj *returnedObject, xmsHANDLE_TYPE *handleType, xmsHErrorBlock errorBlock);
Create an object from an object definition that is retrieved from the repository of administered objects.