Sergey Khodych wrote:
WARN("Unknown property %s\n", debugstr_guid(rguid));
break;
FIXME("Unknown property %s\n", debugstr_guid(rguid));
return DIERR_UNSUPPORTED;
I'd like to see tests for this. Also lots of programs will break because they won't get some not significant property. No short - don't do this.
Vitaliy