[comp.windows.x] Xrm Database Search

marbru@auto-trol.UUCP (Martin Brunecky) (09/22/90)

Anybody can help ???

I would like to query the Xrm database a little bit unexpected
way. I would like to get a list of names or classes following
a particular search list, NOT the resource values (though I
will be interested in those later). For example:
 
My search list is:  foo.foo1.foo2.

and I would like to find out that the Xrm databse contains:
                    foo.foo1.foo2.colors....
                    foo.foo1.foo2.weight
                    foo.foo1.foo2.*....

(without knowing that colors,weight,* will be there).

If I use XrmQGetSearchList, I can find the resource value
for any resource/class below it; what I want to find
are available resource class/names in that search list.

Am I out of luck ???

-- 
=*= Opinions presented here are solely of my own and not those of Auto-trol =*=
Martin Brunecky                   marbru@auto-trol.COM
(303) 252-2499                    {...}ncar!ico!auto-trol!marbru
Auto-trol Technology Corp. 12500 North Washington St., Denver, CO 80241-2404 

rws@EXPO.LCS.MIT.EDU (Bob Scheifler) (09/22/90)

    I would like to get a list of names or classes following
    a particular search list, NOT the resource values

There is no defined interface to provide this information.