3.1.6.7 Write Directory
This event MUST be generated with the following arguments:
iDirectoryObject: The DirectoryObject ADM element instance to be written to the directory.
iAttributeList (Optional): An array of strings containing the names of the directory attributes associated with iDirectoryObject to be updated to the directory. If this argument is not supplied, all directory attributes are updated.
Return Values:
rStatus: A DirectoryOperationResult that indicates the result of this directory operation.
The algorithm MUST perform the following actions to process this event:
Determine the type of iDirectoryObject. If the type is ConnectedNetwork ([MS-MQDMPR] section 3.1.1.9), rStatus MUST be set to DirectoryOperationResult.GenericError, and processing MUST end.
Perform the steps of the write operation for that type of ADM element, as specified in the sections listed following, and return the rStatus value specified in that section.