api

  1. E

    Windows 10 Need to use HWND_TOPMOST for two windows, API

    I have a project where i have two windows that i fullscreen on my two monitors. i have successfully been able to make one of these windows always on top by using: SetWindowPos(hWnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_SHOWWINDOW); But when i try to set my second window on...
  2. eagle

    Windows 10 How to run multiple pages on the same HWND in win32 api C code

    Hi, I'm trying to develop a simple project on a win32 api using C compiler. I've been trying to draw multiple pages on the same window object, and whenever I press a button, it redraw the new page. But it turned out that win32 programming is much complex than I thought. The problem is that...
  3. E

    Windows 10 Trying to Get Data Stored at Starting Address Designated by a Pointer Variable

    Hello, I am developing a Winodws audio program that utilizes the built in Windows Core Audio API. I have an issue where the IAudioCaptureClient is sending a STARTING ADDRESS of an audio frame to pointer pData. I am trying to find out how to read the packet stored at that starting address by the...
  4. E

    Windows 10 Windows 10 App Development Retailers API

    I think it would be really useful to create a Windows 10 App that consolidates all of your digital media in one place. Before starting on a project like this I want to be sure the tools to do something like this are available. Does anyone know if there is an api that handles retail accounts such...
  5. Cardinal System

    Porn Detector API?

    Does anyone know of a Java API that opens a given image URL and checks whether or not it is pornographic? I am building a chat bot that will filter out porn from messages and need a method for detection...
Back
Top Bottom