Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== ProcessLine ====== Method of [[:scripting:api:style-informer:start|IStyleInformer]] ===== Description ===== Called for every invalidated line ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nLine** * [[scripting:api:data-type:BSTR|BSTR]] **sLine** * [[:scripting:api:style-collector:start|IStyleCollector]] **pCollector** * [[scripting:api:data-type:ULONG|ULONG]] **pUserData** ===== Syntax ===== ==== JavaScript ==== <code javascript> StyleInformer.ProcessLine(nLine, sLine, pCollector, pUserData); </code>==== Visual Basic Script ==== <code vb> StyleInformer.ProcessLine nLine, sLine, pCollector, pUserData </code>==== C++ ==== <code cpp> HRESULT hr = StyleInformer.ProcessLine(nLine, sLine, pCollector, pUserData); </code>===== See Also ===== [[:scripting:api:style-informer:start|IStyleInformer]] ~~NOTOC~~