Sack Library Documentation
ContentsIndexReferenceHome
Example

Usage:

CTEXTSTR result;
POINTER data = NULL;
for( result = GetFirstRegisteredName( "some/class/path", &data );
     result;
     result = GetNextRegisteredName( &data ) )
{
     // result is a string name of the current node.
     // can use that name and GetRegistered____ (function/int/value)
     if( NameHasBranches( &data ) ) // for consitancy in syntax
     {
         // consider recursing through tree, name becomes a valid classname for GetFirstRegisteredName()
     }
}
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.