SRGraphComponent::ReadTemplateLine

int SRGraphComponent::ReadTemplateLine(LPCTSTR line)

Reads component parameters from template line -- override in derived classes

Defined in: SRGComp.cpp

Return Value

Number of characters processed by this function

Parameters

line

Pointer to the zero-terminated line of text from a template

Developer Notes

UNICODE users should be aware that this template is assumed to be a single byte-wide character string.