Retrieve the currently selected Sealevel I/O module's name.
- Parameters:
-
| [in] | handle | Valid handle returned by SME_Initialize(). |
| [out] | moduleName | Buffer in which to store the name. |
- Return values:
-
| 0 | Successful completion. |
| -1 | Invalid SME_Initialize handle. |
| -2 | Invalid module selected. Call SME_SearchForModules() first. |
- Warning:
- The parameter moduleName should have at least 16 bytes of space allocated before calling SME_GetName.