MicrosoftDocs / winrt-api

WinRT reference content for developing Microsoft Universal Windows Platform (UWP) apps
Creative Commons Attribution 4.0 International
227 stars 493 forks source link

Where are the C++ docs? #2437

Closed rlewkowicz closed 7 months ago

rlewkowicz commented 7 months ago

This is kind of frivolous I'm sure, but it is SUPER annoying to try and find anything graphics capture related to c++ and NOT c#. Am I crazy?

I'm looking for docs with basic type returns, small examples etc, Think the open cv c++ docs, or like any rust crate docs. Return types, enums etc.

Everything with windows docs feels like this mess of apis made hard to navigate because of decades of outdated info, broken links etc. Or like you mix the c# and c++ docs?

I have to be missing something. I want to find info around winrt::Windows::Graphics::Capture::GraphicsCapturePicker(). Googling this exactly gives me c# docs and thats all I can seem to find.

If I'm silly or something, how do you find information about classes outside of source files? Is this normal?

rlewkowicz commented 7 months ago

I'm a goober, there's a tiny drop down and you can click on it for the other docs.