About 9,660,000 results
Open links in new tab
  1. winapi - What is a Windows API? - Stack Overflow

    The Windows API (Application Programming Interface) is the complete set of functions (exported by several DLLs) that enables each application to do what it has to do with almost no knowledge about …

  2. Finding undocumented APIs in Windows - Stack Overflow

    Jun 19, 2012 · The Undocumented Functions A Primer of the Windows Architecture How To Find Undocumented Constants Used by Windows API Functions Undocumented Windows Windows API …

  3. What is the difference between Win32 API and COM API?

    Oct 22, 2016 · It is between a C-based API comprised of a set of free functions (for TAPI 2.x) and a COM (Component Object Model) based API (for TAPI 3.x). Many system services are exposed …

  4. c - How does Windows API work? - Stack Overflow

    Mar 28, 2015 · The Windows API does not provide static libraries, because using static libraries would mean that you'd need to rebuild the application not only for every new version of Windows, but every …

  5. How to write hello world in assembly under Windows?

    167 This example shows how to go directly to the Windows API and not link in the C Standard Library.

  6. What is the relationship between C and the Windows API?

    Jun 25, 2010 · If windows is running; is a programmer forced to program using the windows api to get something running on it or can the programmer not use the windows api at all and directly access the …

  7. How should I learn to use the Windows API with Python?

    Dec 5, 2008 · I have very little experience building software for Windows, and zero experience using the Windows API, but I'm reasonably familiar with Python. How should I go about learning to use the …

  8. c# - How to Call Windows API - Stack Overflow

    Jan 27, 2012 · Possible Duplicate: Windows API and .net languages I want to call native Windows API from .NET Framework. I want to have an easy way where I can call native API from high-level layer …

  9. Windows API: ANSI and Wide-Character Strings - Stack Overflow

    Feb 2, 2012 · Windows is generally able to display non-BMP characters, but not everywhere (e.g., the console cannot). Is the functionality of WideCharToMultiByte a superset of that of wcstombs, and do …

  10. How to PlaySound in C++ using Windows API? - Stack Overflow

    Oct 14, 2009 · How to PlaySound in C++ using Windows API? Asked 16 years, 1 month ago Modified 2 years, 5 months ago Viewed 64k times