Skip to content
EntityQ8024387· pop 6· linked from 12 articles

is a source code header file that Microsoft provides for the development of programs that access the Windows API (WinAPI) via C language. It declares the WinAPI functions, associated data types and common macros.

~4 min read

Article

9 sections
Contents
  • Included header files
  • Standard C
  • Basic
  • Extra
  • OLE and COM
  • Macros
  • Other languages
  • See also
  • References

is a source code header file that Microsoft provides for the development of programs that access the Windows API (WinAPI) via C language. It declares the WinAPI functions, associated data types and common macros.

Access to WinAPI can be enabled for a C or C++ program by including it into a source file:

Available in 6 languages

via Wikidata sitelinks · CC0

Connections

Categories