self | The DOFInterfaceBuilder to which the method is added. If NULL, no action will be taken. |
itemID | The DOFItemID corresponding to the method to be added. Should not be NULL. |
inParameterCount | The count of DOFType elements in inParameters. A 0 value indicates no input parameters are used by the method. |
inParameters | An array of DOFTypes representing the input parameters for this method. Must not be NULL if inParameterCount > 0. |
outParameterCount | The count of DOFType elements in outParameters. A 0 value indicates no output parameters are used by the event. |
outParameters | An array of DOFTypes representing the output parameters for this method. Must not be NULL if outParameterCount > 0. |