api

  1. News

    Windows 10 SDK Preview Build 16190 Released

    Today, we released a new Windows 10 Preview Build of the SDK to be used in conjunction with Link Removed (Build 16190 or greater). The Preview SDK Build 16190 contains bug fixes and under development changes to the API surface area. The Preview SDK can be downloaded from Link Removed. For...
  2. News

    Taking your feedback on the Security Update Guide

    The Link Removed has been in public preview since November 2016. This month marked our first release when security update information was published entirely in the new format. Over the last few months, customers and partners have provided a lot of feedback on the direction and implementation of...
  3. News

    Windows 10 SDK Preview Build 15042 Released

    Today, we released a new Windows 10 Creators Update SDK Preview to be used in conjunction with Link Removed (Build 15042 or greater). The Preview SDK is a pre-release and cannot be used in a production environment. Please only install the SDK on your test machine. The Preview SDK Build 15042...
  4. News

    A New Monetization Opportunity: Application Extensions + Microsoft Affiliate Program

    Looking for more ways to monetize your app? App developers can boost their revenue through the Link Removed. As an affiliate you can earn revenue by promoting content in the Windows Store and Microsoft Store, such as apps, games, music and video. Developers who place links and/or banners on...
  5. News

    Real-Time Communications on the Universal Windows Platform with WebRTC and ORTC

    Readers of this blog interested in Real-Time Communications are probably familiar with Google’s WebRTC project. From the WebRTC site: “WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC...
  6. News

    Using SQLite databases in UWP apps

    For many developers, SQLite has become the preferred client-side technology for data storage. It is a server-less, embedded, open-source database engine that satisfies most local data access scenarios. There are numerous advantages that come with its use, many of which are explained in the...
  7. News

    Windows 10 SDK Preview Build 15021 Released

    Today, we released a new Windows 10 Creators Update SDK Preview to be used in conjunction with Windows 10 Insider Preview (Build 15021 or greater). The Preview SDK is a pre-release and cannot be used in a production environment. Please only install the SDK on your test machine. The Preview SDK...
  8. News

    Introducing WebRTC 1.0 and interoperable real-time communications in Microsoft Edge

    We’re excited to announce the preview availability of the WebRTC 1.0 API, and support for the H.264/AVC and VP8 video codecs for RTC in Microsoft Edge, enabling plugin-free, interoperable video communications solutions across browsers and platforms. These features are enabled by default in...
  9. News

    ICYMI – Campaign APIs, desktop app magic and improved analytics

    Developers, developers, developers! We’ve got quite a few updates for you this week, ranging from the upcoming live event to improved analytics for your apps in the Windows Store. Read on to see our recap of the past week. Windows Developers Day – Creators Update Only a few days left to RSVP...
  10. News

    Symlinks in Windows 10!

    Overview Symlinks, or symbolic links, are “virtual” files or folders which reference a physical file or folder located elsewhere, and are an important feature built in to many operating systems, including Linux and Windows. The Windows’ NTFS file system has supported symlinks since Windows...
  11. M

    Windows 10 Python: get PID from window handle

    hi I am trying to get PID from the foreground window, but this doesn't work because I am passing the wrong kind of handle to the function. This is under python. How do I fix this? thx! import ctypes import time time.sleep(2) handle = ctypes.windll.user32.GetForegroundWindow() print(handle)...
  12. News

    Node-ChakraCore and VM Neutrality in Node.js

    Back when Node.js was launched, the device landscape was simpler, and using a single JavaScript VM helped provide Node.js the focus to grow rapidly. Today, there is a proliferation in the variety of device types, each with differing resource constraints. In this device context, we believe that...
  13. News

    Windows Ink 1: Introduction to Ink and Pen

    Using a pen and computer has an interesting history that goes farther back than you’d think. In 1888, the first patent for a “electric stylus device for capturing handwriting” was issued to Elisha Gray for the Telautograph. In fact, pen input was being used 20 years before mouse and GUI input...
  14. News

    Windows 10 SDK Preview Build 14965 Released

    Today, we released a new Windows 10 Anniversary SDK Preview to be used in conjunction with Windows 10 Insider Preview (Build 14965 or greater). The Preview SDK is a pre-release and cannot be used in a production environment. Please only install the SDK on your test machine. The Preview SDK Build...
  15. P

    Windows 7 Registering every *.DLL required? or possible?

    Assume I have (under 64bit Win 7) a big program installation with one main *.exe file and lots of *.dlls. It seems to me that some but not all of these *.dlls need a registration (by regsvr32) which is done typically at installation time. Some other *.dlls seem to need NO such registration but...
  16. News

    Choosing the path forward for existing desktop apps

    Continuing in our series on using the Desktop Bridge to bring your existing desktop apps to the Universal Windows Platform (UWP), let’s follow up last month’s post on the path from a desktop app to a UWP app with more information on choosing the path forward. First of all, we want to highlight...
  17. News

    Using Device Portal to view debug logs for UWP

    On Windows desktops, if something went wrong, your first instinct for years may have been to open up the Event Viewer and see if anything red or yellow shows up. Those alerts are saved ETW events, emitted by the system when errors occurred. On other Windows devices though, it’s been a bit harder...
  18. News

    Future Strategy for Contextual Sensing

    Written by Rinku Sreedhar, Program Manager for Windows Contextual Sensing. We hope you are as excited as we are about the new Contextual Sensing APIs in Windows 10. We introduced multiple new Sensor APIs that will let you enable contextual awareness in your apps. I have received several...
  19. News

    Using speech in your UWP apps: Look who’s talking

    In our first and second posts in this series, we looked at some of the APIs available in the Universal Windows Platform (UWP) for using speech as an input and output mechanism within your application. We’re going to close off the series with this article by broadening our scope and looking at...
  20. News

    Introducing the Speech Synthesis API in Microsoft Edge

    Starting with the Windows 10 Anniversary Update, Microsoft Edge will support the Speech Synthesis APIs defined in the W3C Web Speech API Specification. These APIs allow websites to convert text to audible speech with customizable voice and language settings. With them, website developers can add...
Back
Top