End Google Ads 201810 - BS.net 01 --> Parameter names are commented out in the method signature, as in:

void OnUpdate(CView* /*pSender*/, LPARAM /*lHint*/, CObject* /*pHint*/)
I know that optional parameters would be given as:

void OnUpdate(CView* pSender = 0, LPARAM lHint = 0, CObject* pHint = 0)
So what does the first one mean?



The difficult we do right away...
...the impossible takes slightly longer.