About 17,100,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 …

  2. Finding undocumented APIs in Windows - Stack Overflow

    Jun 19, 2012 · I was curious as to how does one go about finding undocumented APIs in Windows. I know the risks involved in using them but this question is focused towards finding …

  3. sql server - SQLLocalDB doesn't start - Stack Overflow

    Jul 28, 2022 · On systems running Windows 11, some new storage devices and device drivers will expose a disk sector size greater than the supported 4 KB sector size. When this occurs, …

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

    Oct 22, 2016 · Both are part of the Windows API (sometimes called Win32), so the distinction is not "Win32 vs. COM". It is between a C-based API comprised of a set of free functions (for …

  5. Programmatic control of virtual desktops in Windows 10

    I am looking for Windows API functions (ideally, that are callable from a C# application) that will give me programmatic access to manipulate virtual desktops and the windows therein.

  6. 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 …

  7. Win10 dark theme - how to use in WINAPI? - Stack Overflow

    Nov 27, 2018 · The most fundamental of the new Windows APIs are SetPreferredAppMode (uxtheme@135), to be called prior to any window creation, and AllowDarkModeForWindow …

  8. 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.

  9. 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 …

  10. 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 …