IRobot::EnumSysModules

Enumerates modules installed onto the system

HRESULT IRobot::EnumSysModules (
     IEnumRbtModules * pEnum
)

Parameters
pEnum
Returns pointer to enumerator for enumerating system modules

Return Values
ValueMeaning
S_OKEnumerator created successfully
E_FAILCannot create enumerator
E_OUTOFMEMORYNot enough memory to create enumerator

Remarks
This function enumerates the name/CLSID pairs in the registry under HKLM/Software/Pacific Star/Robot Modules/
The module field of the MODULEDATA structure returned by IRbtEnumModules::Next() with the enumerator returned by this function is invalid and should be ignored