- Dont display NCRP_QUERY_PROPERTY_UI when the notification object has already been created

svn path=/trunk/; revision=37173
This commit is contained in:
Johannes Anderwald 2008-11-03 18:42:56 +00:00
parent 2bf8a47670
commit 178ca611e8

View file

@ -442,9 +442,10 @@ INetCfgComponent_fnRaisePropertyUi(
hr = CreateNotificationObject(This,iface, pUnk);
if (FAILED(hr))
return hr;
}
if (dwFlags == NCRP_QUERY_PROPERTY_UI)
return S_OK;
}
dwDefPages = 0;
Pages = 0;