microsoft / Windows-classic-samples

This repo contains samples that demonstrate the API used in Windows classic desktop applications.
Other
5.1k stars 3.24k forks source link

RecipePropertyHandler Outdated #281

Open mcpat-it opened 1 year ago

mcpat-it commented 1 year ago

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.