随笔分类 - C#+WindowsAPI
WindowsAPI的一些知识
摘要:包含自定义的HandleNotification_MessageMsg、HandleNotification_MessageWParam类型,如下: /** *┌──────────────────────────────────────────────────────────────┐ *│ 描
阅读全文
摘要:WindowsAPI-C#版_原始设备输入常用API: /** *┌──────────────────────────────────────────────────────────────┐ *│ 描 述:WindowsAPI_键鼠、游戏杆、触摸屏和麦克风等输入设备 *│ 作 者:执笔小白 *│
阅读全文
摘要:[StructLayout(LayoutKind.Explicit)]与[FieldOffset(0)] :FieldOffset(偏移量) [StructLayout(LayoutKind.Sequential)]与 [MarshalAs(UnmanagedType.U4)]:UnmanagedT
阅读全文
摘要:1、Winform代码: public partial class USBDeviceMode : Form { public USBDeviceMode() { InitializeComponent(); UsbNotification.RegisterUsbDeviceNotification
阅读全文
摘要:WindowsAPI_设备管理器: /** *┌──────────────────────────────────────────────────────────────┐ *│ 描 述:WindowsAPI_设备管理器 *│ 作 者:执笔小白 *│ 版 本:1.0 *│ 创建时间:2022-11
阅读全文
摘要:旧版文档(2000年第二次印刷)下载地址: 新编Windows_API_参考大全(真正完整版).zip 最新在线文档地址: Win32 API 编程参考(微软官方)
阅读全文