SECEdit::SetLangPtr

void SECEdit::SetLangPtr(ISECEditLangConfig* pILangConfig)

Explicitly sets the language for this model

Defined in: SECEdit.cpp

Return Value

void

Parameters

pILangConfig

Pointer to the new language for this model to observe

Developer Notes

Call this member to explicitly set the language for this model to a language that you have instantiated. The model will AddRef this language and Release it when it is done.