![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CHLUserDictIterator (IPMUnknown *boss) | |
| virtual bool16 | First (IUserDictService *pService, IUserDict *userDict, IUserDictService::WordType nType, WideString *pWord) |
| virtual bool16 | Next (WideString *pWord) |
Public Member Functions inherited from CPMUnknown< IUserDictIterator > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from CPMUnknown< IUserDictIterator > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IUserDictIterator > | |
| HelperInterface | fHelperInterface |
Implements a user dictionary iterator, used to walk all the entries in a single user dictionary.
| virtual |
Queries first word in the user dictionary.
| pService | user dict service for the user dictionary. |
| userDict | user dictionary to query. |
| nType | Type of the word to query for. |
| pWord | [OUT] first word found in the user dictionary. |
Implements IUserDictIterator.
| virtual |
Queries next word in the user dictionary.
| pWord | [OUT] next word found in the user dictionary. |
Implements IUserDictIterator.