mi::IVoid Class Reference
[Simple Types]
Description
This interface represents the void type. An instance of this interface does not store any data. The type exists primarily for a matter of completeness to express common C++ types as interfaces. For example, if types derived from mi::IData are used to represent function or method signatures, this type can be used to represent functions or methods that return void.