Create a list of DOFInterfaceMethod objects based on the methods from the interface.
- Resource Management:
- This function allocates resources that must later be freed by calling DOFInterfaceMethodList_Destroy.
- Parameters
-
self | The Interface. This must not be NULL. |
- Returns
- return A new list of DOFInterfaceMethod objects. This list can have 0 members.
- Exceptions
-
NULL | is returned is returned if the list could not be allocated. |