If you look at the WMI documentation for the EnumKey method you'll see the following parameters:

uint32 EnumKey(uint32 hDefKey,string sSubKeyName,string sNames[]);

...where sNames[] is an output parameter.

Sadly, output parameters are not supported by KiXtart COM.