VC6 - Given the following code:
class CSIPResolver
{
public:
CSIPResolver(SIP_CODE sip, LPBYTE pData, DWORD dwDataLen) : m_sip(sip), m_pData(|)
private:
SIP_CODE m_sip;
LPBYTE m_pData;
DWORD m_dwLen;
};
At the location of the caret (red bar here) VAX pops up a suggestion to insert SIP_CODE sip, LPBYTE pData, DWORD dwDataLen, the parameters of the function (constructor), which is not appropriate here.