Skip to content

I'm confused about the documentation for WASDK. #2680

Answered by dhoehna
themerror asked this question in General
Discussion options

You must be logged in to vote

Hi themerror,

Thank you for reaching out. Hopefully I can answer some of your questions.

So what is the relationship between Windows SDK and Windows App SDK?
The Windows SDK is for accessing the bare windows APIs like Registry API's and IShellLinkItems and other headers that are needed to make a program that interacts with windows specific features.

The Windows App SDK, how I see it, is a layer above the windows APIs. For example, Environment Manager. Environment manager is an abstraction layer above the registry APIs, that lets developers quickly edit environment variables without having to bother with directly calling, and subsequently, learning, the registry APIs. Here is a more form…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@themerror
Comment options

@contextfree
Comment options

Answer selected by themerror
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants