This commit is contained in:
Igor Pavlov
2021-11-28 19:08:41 -08:00
committed by fn ⌃ ⌥
parent 1194dc9353
commit ccbf6ad3c1
43 changed files with 1380 additions and 259 deletions

View File

@@ -1209,6 +1209,12 @@ STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVAR
RINOK(ParsePropToUInt32(L"", prop, image));
_defaultImageNumber = image;
}
else if (name.IsPrefixedBy_Ascii_NoCase("mt"))
{
}
else if (name.IsPrefixedBy_Ascii_NoCase("memuse"))
{
}
else
return E_INVALIDARG;
}