Location:
SHGAPI.H
Link against: sheng.lib
class TShgNameIter;
An iterator over a name set (CShgNameSet
).
Defined in TShgNameIter
:
Current()
, Reset()
, TShgNameIter()
, operator++()
IMPORT_C TShgNameIter(const CShgNameSet *aNameSet, TBool aIncludePermanentlyDeletedNames=EFalse);
Constructor.
|
IMPORT_C TInt Current();
Gets the index of the current name.
The index value can be used with CShgNameSet's operator[].
|
IMPORT_C TInt operator++();
Increments the iterator.
|