2,426 questions with Windows API - Win32 tags

Sort by: Updated
2 answers

Bluetoothleapis.h and Manufacturer specific data

Hello, I am using the C API for Bluetooth Low Energy. https://learn.microsoft.com/en-us/windows/win32/api/bluetoothleapis/ I would like to retrieve the Manufacturer specific data from the advertising packets, similar to what you can do in…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,426 questions
asked 2020-07-20T18:39:43.64+00:00
Jean Simonet 1 Reputation point
commented 2020-07-31T07:58:05.45+00:00
Rita Han - MSFT 2,161 Reputation points
1 answer

Want to warn when i use the same symbol defined two another library when link

I have below case: I add below code in testa.c file. extern unsigned char globaltest; void a() { if (globaltest == 3) { globaltest = 4; } } Define test lib1.lib and lib2.lib and define globaltest in those lib. Link testa.obj lib1.lib…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,426 questions
asked 2020-07-29T02:06:12.37+00:00
Jiang, Guomin 1 Reputation point
answered 2020-07-29T17:28:36.817+00:00
Darran Rowe 561 Reputation points
1 answer

How to get detailed information of Windows system log using ReadEventLog?

How to use ReadEventLog to get all detailed information of Windows log?

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,426 questions
asked 2020-07-15T02:37:16.54+00:00
猛 刘 1 Reputation point
answered 2020-07-28T13:01:19.597+00:00
David Lowndes 4,711 Reputation points
0 answers

Custom Credential Provider Command Link to to open a browser with URL, does not open browser

I have written a Custom Credential Provider (Wrapper) [in VC++] to show a command link, when clicked on it will open a browser with a URL. It works fine in my development environment. But after installing the DLL and completing the registering settings…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,426 questions
asked 2020-07-22T14:39:06.583+00:00
GIRI.GAPPU 1 Reputation point
commented 2020-07-24T14:26:26.857+00:00
Sheng Jiang 蒋晟 206 Reputation points
3 answers One of the answers was accepted by the question author.

what this ClassName Means?

Hi, I'm trying to build GUIA program using python 3 without using pywinauto and autoit The target program is composed by many Edits, RadioButtons, Buttons etc ClassName of Edit is returned as "WindowsForms10.EDIT.app.0.13965fa_r9_ad1" It…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,426 questions
asked 2020-07-22T19:04:46.51+00:00
Myeong Ji Go 21 Reputation points
answered 2020-07-23T09:03:35.247+00:00
Castorix31 81,741 Reputation points
0 answers

How to exit full screen of MCI?

Cannot exit full screen after calling mciSendString("play movie fullscreen",NULL,0,NULL). ESC and F11 don't work. Please help.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,426 questions
asked 2020-07-15T08:59:47.703+00:00
Soha 1 Reputation point
commented 2020-07-17T03:41:48.787+00:00
Rita Han - MSFT 2,161 Reputation points