Synopsis
Modify specified MIL object(s).
Format
void MappModify(FirstMILId, SecondMILId, ModificationType, ModificationFlag)
MIL_ID FirstMILId; | First MIL object identifier |
MIL_ID SecondMILId; | Second MIL object identifier |
long ModificationType; | Type of modification |
long ModificationFlag; | Modification flag |
Description
This function modifies the specified MIL object(s) according to the specified operation.
The FirstMILId parameter specifies the identifier of the first MIL object to be modified.
The SecondMILId parameter specifies the identifier of the second MIL object (if applicable) to be modified.
The ModificationType parameter specifies the desired operation. This parameter should be set to the following value:
M_SWAP_ID | Exchange the identifiers of the first and second specified MIL objects |
The ModificationFlag parameter should be set to M_NULL.