Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

KeySequence Class Reference
[synsoft.win32.reg]

List of all members.

Detailed Description

An enumerable sequence representing the sub-keys of a registry Key.

It would be used as follows:

  Key key = . . .

  foreach(Key k; key.propget_SubKeys())
  {
    process_Key(k);
  }


The documentation for this class was generated from the following file:

D Libraries documentation © Synesis Software Pty Ltd, 2002-2003