Here the code I have:
STDMETHODIMP CFoo::put_ShowParameter(VARIANT_BOOL pVal)
{
AFX_MANAGE_STATE(AfxGetAppModuleState());
// Need the init
HRESULT hr = m_data.Init();
if (FAILED(hr))
return hr;
m_data.m_bShowParameter = pVal!=0;
return S_OK;
}
I point my cursor in the function header on the argument pVal.
I try to choose VAX Rename.
The cursor jumps on put_ShowParameter and only allows me to rename the function.
Selecting pVal and use rename again.Shows no match.
Using Build 2118.