IRbtModule::GetName

Gets the name for the module

HRESULT IRbtModule::GetName (
     LPTSTR name,
     UINT len
)

Parameters
name
Returns the name of the module
len
Length (in characters) of the name buffer

Return Values
ValueMeaning
S_OKName retrieved successfully

Remarks
None