Contents
#include <component.h> struct ObjectEntry { // fields MutableCString name; IUnknown* object; // construction ObjectEntry (StringID name = nullptr, IUnknown* object = nullptr); };