Acc. Documentation and provided sample RecipePropertyHandler, there are differences. I found out e.g. the HRESULT CRecipePropertyStore::_LoadSearchContent() is completly different. I used the sample app, and the new _LoadSearchContent() which is working fine, but the sample _LoadSearchContent() is not working for me...
Also it would be fine if the sample is working without modification and warnings in VS2022.
Acc. Documentation and provided sample RecipePropertyHandler, there are differences. I found out e.g. the
HRESULT CRecipePropertyStore::_LoadSearchContent()
is completly different. I used the sample app, and the new_LoadSearchContent()
which is working fine, but the sample_LoadSearchContent()
is not working for me...Also it would be fine if the sample is working without modification and warnings in VS2022.