SRGraph::FindComponentByName
SRGraphComponent *SRGraph::FindComponentByName(LPCTSTRstrName)
Finds a named component in the compnent list and returns a pointer to it.
Defined in: SRGraph.cpp
Return Value
SRGraphComponent * will hold a valid pointer to a component or NULL if one cannot be found.
Parameters
strName
LPCTSTR strName	is the name of the component to find.