mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Dont display NCRP_QUERY_PROPERTY_UI when the notification object has already been created
svn path=/trunk/; revision=37173
This commit is contained in:
@@ -442,10 +442,11 @@ INetCfgComponent_fnRaisePropertyUi(
|
||||
hr = CreateNotificationObject(This,iface, pUnk);
|
||||
if (FAILED(hr))
|
||||
return hr;
|
||||
if (dwFlags == NCRP_QUERY_PROPERTY_UI)
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
if (dwFlags == NCRP_QUERY_PROPERTY_UI)
|
||||
return S_OK;
|
||||
|
||||
dwDefPages = 0;
|
||||
Pages = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user