microsoft/CsWin32

Question: How do I reference Apis class?

0x5bfa opened this issue · 1 comments

Most of what I want such as FOLDERIDs and BHIDs is in Apis class of every namespace.

How can I reference here?
image

Thanks!

Apis is only a type to serve as a container for ECMA-335 compliance. Projections such as CsWin32 do not typically recreated this in user code. You should ask for the member of Apis that you need using NativeMethods.txt, and you'll find that under the PInvoke class in C#.

This and more is in our README file.