The ddpi_module_get_owner operation returns the owner of the Ddpi_Module object, which gives instance-specific information.
If you want the list of all owners of all instances of this module, then use ddpi_module_get_all_owners.
Never deallocate the returned owner because ddpi_module_get_owner returns the actual owner, and not a copy.
int ddpi_module_get_owner(
Ddpi_Module module,
Ddpi_Module_Owner* ret_owner,
Ddpi_Module_Owner_Type* ret_owner_type,
Ddpi_Error* error);