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() } }
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.