--- In [email protected], "Sheri" <sheri...@...> wrote: > > --- In [email protected], "entropyreduction" > <alancampbelllists+yahoo@> wrote: > > > > --- In [email protected], "Sheri" <sherip99@> wrote: > > > > > > > I'm pretty sure each parameter has a description string as well, > > > > but haven't figures out to to grab it. > > > > > > Yes, I can see them in the provided documentation I have. > > > > Which is generated by?
> Unknown, it was part of the application's documentation. I uploaded the > couple of pages that cover "Objects" to your Files area. The entire document > is huge. If you want to join the easter egg hunt (how to get a doc string on a function parameter, what I got is: FUNCDESC for each function: that in turn contains a pointer (lprgelemdescParam) to an array of ELEMDESC, one per parameter, each of which contains a TYPEDESC and a PARAMDESC. None of which gets me anywhere near a parameter description. The other way to go might pTypeInfo->GetDocumentation(memid,... but I don't think that memid can be made to apply to a parameter. Googling for "ITypeInfo::GetDocumentation memid" or "ITypeInfo::GetDocumentation parameter" goes nowhere.
