Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 14.0 (current version)Version 10.0

On this page

You are viewing an old version of this documentation. Click here to open the current version, 14.0.

IKeymanCollection::_NewEnum() Method

Introduction

The IKeymanCollection::_NewEnum() method instantiates an enumerator for the collection. This is required for COM enumeration of the collection. Generally, languages provide a method of iterating over a collection that uses _NewEnum() internally, and you will not be required to call this directly.

Specification

IUnknown* _NewEnum(void)