192 个问题带 Windows 开发 | Windows API - Win32 标记

排序依据: 已更新
1 个答案 提问者接受了其中一个答案。

为什么更新之后无法自定义鼠标样式

更新Windows26200.9278最新版本之后无法更改鼠标样式,更改之后只有默认样式,这到底是怎么回事

Windows 开发 | Windows API - Win32
已提问 2026-09-05T04:54:58.93+00:00
E ason 20 信誉分
已编辑问题 2026-09-07T00:18:45.25+00:00
Jay Pham (WICLOUD CORPORATION) 4,595 信誉分 Microsoft 外部员工 审查方
1 个答案

[cfapi] Regarding the status of folder processing

When creating a directory, CfCreatePlaceholders: the directory is also marked as MARK_IN_SYNC and DISABLE_ON_DEMAND_POPULATION. If it exists locally, it is converted through CfConvertToPlaceholder, and the tag is set with CF_CONVERT_FLAG_MARK_IN_SYNC. …

Windows 开发 | Windows API - Win32
已提问 2026-08-21T04:02:38.2166667+00:00
之奇 上 5 信誉分
已评论 2026-08-31T05:27:36.57+00:00
Taki Ly (WICLOUD CORPORATION) 5,055 信誉分 Microsoft 外部员工 审查方
1 个答案 提问者接受了其中一个答案。

如何成为一个合格的独立开发人员

怎样自己编写程序? 我在我的办公室编写程序,你们在你们的公司编写程序。我有编写程序的需要,但是不会编写程序。我想单独一个人编写程序,或者组织别人编写程序。 谁能帮帮我? 学过C++语言、数据结构。但是没学过算法。

Windows 开发 | Windows API - Win32
已提问 2026-01-04T14:47:15.8033333+00:00
Jiaxin Zhang 145 信誉分
已评论 2026-08-31T02:07:41.6133333+00:00
Jack Dang (WICLOUD CORPORATION) 18,975 信誉分 Microsoft 外部员工 审查方
2 个答案 提问者接受了其中一个答案。

How can I create a Visual Studio 2022-style custom title bar in a C++/Qt Win32 application?

I am developing a traditional Win32 desktop application in C++ with Qt 6.11 and QMainWindow. This is not a UWP application. I would like to create a title bar similar to Visual Studio 2022, with a customizable title-bar height, application icon size and…

Windows 开发 | Windows API - Win32
已提问 2026-08-18T18:57:38.0066667+00:00
LoveC 81 信誉分
已评论 2026-08-21T09:57:57.9+00:00
Taki Ly (WICLOUD CORPORATION) 5,055 信誉分 Microsoft 外部员工 审查方
1 个答案 提问者接受了其中一个答案。

C#3.0怎么搭配Windows原生的组件播放ogg音频文件?(wav也是可以的,但我想尽量使用ogg)

这是dll,制作的有点拉跨... using System; using System.Media; using System.IO; namespace AudioTool { public class WavHelper { public static byte[] ReadWavToMemory(string filePath) { return File.ReadAllBytes(filePath); …

Windows 开发 | Windows API - Win32
已提问 2026-08-07T06:53:43.2533333+00:00
已评论 2026-08-10T06:44:37.89+00:00
Taki Ly (WICLOUD CORPORATION) 5,055 信誉分 Microsoft 外部员工 审查方
1 个答案 提问者接受了其中一个答案。

Deadlock when using std::thread in a DLL

I tried to use std::thread in my library project, but I found that as soon as I used std::thread and the thread it manages was still working, my DLL could not really be unloaded from memory. I tried to troubleshoot the problem and found that the issue…

Windows 开发 | Windows API - Win32
已提问 2026-07-26T07:04:49.7666667+00:00
浩伟 李 20 信誉分
已接受 2026-08-01T06:28:45.63+00:00
浩伟 李 20 信誉分
1 个答案

微软合作伙伴中心,账户设置中的,工作证明验证失败,已经提交超过5天,请审核回复

The company intends to release the software on the Microsoft Store, but has been stuck at the stage of work proof review. It has submitted the domain name purchase proof documents as required, but the review has exceeded 5 days. Please reply to the…

Windows 开发 | Windows API - Win32
已提问 2026-06-03T09:35:29.7033333+00:00
Gongfen Qiu 5 信誉分
已编辑评论 2026-07-01T01:57:24.9133333+00:00
Gongfen Qiu 5 信誉分
1 个答案

企业 Partner 账号 Access restricted,工作证明核验驳回无申诉入口、无法提交工单

公司全称:*** 有限公司,联系人:*** (企业法定代表人),邮箱:<PII removed>; 账号因工作证明(Employment Verification)挂起驳回,页面无 Fix Now 申诉按钮,现在账号登录提示 Access restricted 访问受限,无法进入合作伙伴中心,站内 Help+Support 因 Workspace 空白无法提交支持单,400…

Windows 开发 | Windows API - Win32
已提问 2026-06-04T09:30:36.32+00:00
xlsafe 0 信誉分
已评论 2026-06-11T08:00:37.2266667+00:00
Danny Nguyen (WICLOUD CORPORATION) 8,725 信誉分 Microsoft 外部员工 审查方
1 个答案 提问者接受了其中一个答案。

Will Win11 system auto change the primary output to my virtual display?

I'm using parsec-vdd to add virtual display, and somehow the primary output will be set to my virtual display from the physic display when the third virtual display was created. Is this a built in logic in Windows 11, version 25H2? Can I disable this…

Windows 开发 | Windows API - Win32
已提问 2026-05-08T14:51:36.8366667+00:00
Eferinte 林 45 信誉分
已评论 2026-05-18T02:32:32.3766667+00:00
Taki Ly (WICLOUD CORPORATION) 5,055 信誉分 Microsoft 外部员工 审查方
1 个答案 提问者接受了其中一个答案。

On Windows 11, how can I reliably determine the on/off status of the IME?

Hello Microsoft team, I am developing a Windows desktop application using TSF (Text Services Framework) in C++. I would like to understand the correct and supported way to detect the current IME input state in real time. Specifically, I need to determine…

Windows 开发 | Windows API - Win32
已提问 2026-04-19T15:27:48.63+00:00
yezi lan 65 信誉分
已接受 2026-04-22T16:48:16.9433333+00:00
yezi lan 65 信誉分
2 个答案

可否让系统更积极使用共享GPU内存

我在使用4k…

Windows 开发 | Windows API - Win32
已提问 2026-03-31T03:47:17.1533333+00:00
Bitcoin 5 信誉分
已编辑答案 2026-04-09T09:16:59.92+00:00
ChandyL 2,615 信誉分 志愿者审查方
1 个答案 提问者接受了其中一个答案。

Inquiry Regarding Native H.266 (VVC) Support and Media Playback in Windows 11

I recently purchased a new PC equipped with the latest hardware designed to support H.266 (VVC) video decoding. However, I discovered that the default Windows Media Player is completely unable to play H.266 video files. I would like to know: 1.  Is the…

Windows 开发 | Windows API - Win32
已提问 2026-03-31T04:26:41.2466667+00:00
Jennie 20 信誉分
已评论 2026-04-08T10:39:11.4766667+00:00
Taki Ly (WICLOUD CORPORATION) 5,055 信誉分 Microsoft 外部员工 审查方
1 个答案

wasapi内外录获取buffer数据异常

我在调用wasapi进行内外录时,audio_capture_ptr->GetBuffer获取的buffer长度,除了3584 bytes之外,掺杂很多的768 bytes长度的buffer数据,这是正常现象吗,而且同样的方法,相同时间段,在有些设备上,内录获取的buffer总长度要比外录多

Windows 开发 | Windows API - Win32
已提问 2026-03-09T10:01:57.6066667+00:00
克强 董 0 信誉分
已评论 2026-03-20T02:32:20.3533333+00:00
Taki Ly (WICLOUD CORPORATION) 5,055 信誉分 Microsoft 外部员工 审查方
已提问 2025-07-15T11:24:34.5833333+00:00
YCL (Colin Yu) 0 信誉分
已编辑问题 2026-03-10T10:34:11.18+00:00
YCL (Colin Yu) 0 信誉分
1 个答案

Windows触摸消息截断问题

我正在制作一个触摸手势应用,我想知道当系统已经与软件建立起触摸消息连接后,第三者(我的应用)如何去切断这个数据流。 …

Windows 开发 | Windows API - Win32
已提问 2026-02-07T14:57:14.08+00:00
Detach Ryan 0 信誉分
已评论 2026-03-09T07:44:30.4833333+00:00
Jack Dang (WICLOUD CORPORATION) 18,975 信誉分 Microsoft 外部员工 审查方
1 个答案

System.ComponentModel.Win32Exception (0x80004005): 找不到元素。该如何解决

************** 异常文本 ************** System.ComponentModel.Win32Exception (0x80004005): 找不到元素。 在 Mighty.HID.HIDBrowse.GetVidPid(IntPtr handle, Int16& Vid, Int16& Pid) 在 Mighty.HID.HIDBrowse.Browse() 在…

Windows 开发 | Windows API - Win32
已提问 2026-03-03T08:36:48.48+00:00
伦亮 钟 0 信誉分
已评论 2026-03-05T09:54:26.0166667+00:00
匿名
1 个答案

win11 bulid 29531 在vmware里使用windbg通过COM2接口调试时蓝屏(0x80 NMI_HARDWARE_FAILURE),(处理器是AMD),疑似是kdcom.dll调度表被错误填充

环境: VMware + AMD CPU (模拟) Win11 29531.1000 COM2 串口调试 现象: 默认掩码 FF7 触发 NMI 0x80 参数:'TDO' + 0x10 vmware.log 确认 MSR 写入 分析: kdcom!HalPrivateDispatchTable+0x80 指向 nt!KscpCopyFromUser 本应是 HAL 硬件函数,实际是内存拷贝 调用导致 CPU JTAG 触发 → NMI 问题: 这是已知 bug…

Windows 开发 | Windows API - Win32
已提问 2026-02-22T02:47:53.5733333+00:00
storm 0 信誉分
已评论 2026-02-23T13:21:52.67+00:00
zhang_wang_hong 6,570 信誉分 志愿者审查方
1 个答案 提问者接受了其中一个答案。

如何使我的 WPF 程序被 Dynamic Lighting 识别为有效的 背景光控件?

如何让一个未打包的 WPF EXE 进程在调用 LampArray API 时,欺骗 Windows 动态照明服务使其认为该进程拥有合法的 Package Identity?除了官方的打包方案外,是否可以通过 P/Invoke 调用特定的 COM 接口或未公开的 Shell API 来手动注册进程身份,从而绕过后台权限的自动剥离? 我的项目是纯 WPF 应用程序,我不想引入任何类似 UWP 的东西。

Windows 开发 | Windows API - Win32
已提问 2026-02-10T17:52:46.6766667+00:00
辉夜 40 信誉分
已接受 2026-02-11T08:16:08.9866667+00:00
辉夜 40 信誉分
1 个答案

Regarding the Built-in Function MsiEnumProductsW (msi.h)

What is the actual registry path read by the MsiEnumProductsW function? What are its parameters? Are there any other filtering conditions?

Windows 开发 | Windows API - Win32
已提问 2026-01-30T08:31:05.6766667+00:00
irving 0 信誉分
已评论 2026-02-02T04:10:07.8933333+00:00
Jack Dang (WICLOUD CORPORATION) 18,975 信誉分 Microsoft 外部员工 审查方
1 个答案 提问者接受了其中一个答案。

win32编程,滚动条不显示

edit contrl控件子类化用来绘制16进制编辑器,控件属性vscroll已设置,scrollInfo 已设置且在运行中检查数值正确,但是滚动条却不显示,也接收不到wm_vscroll 消息,不知道哪里出了问题

Windows 开发 | Windows API - Win32
已提问 2026-01-06T11:58:30.84+00:00
半仙 雷 20 信誉分
已接受 2026-01-11T01:25:05.1866667+00:00
半仙 雷 20 信誉分