# WindowApiPackage **Repository Path**: dserp/WindowApiPackage ## Basic Information - **Project Name**: WindowApiPackage - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-13 - **Last Updated**: 2026-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Windows接口封装包

本项目封装了一些 Windows 常见的 api

希望能帮到大家~ 具体功能看目录,相关用法可以参考测试目录的代码

English | 简体中文

license

## 功能介绍 - [注册表操作](#注册表操作) - [系统显示信息](#系统显示信息) ## 注册表操作 - [注册表查询](./Src/WinReg/WinRegUtil.h "WinRegUtil") - [注册表修改](./Src/WinReg/WinRegUtil.h "WinRegUtil") - [系统开机, 程序自启动](./Src/WinReg/WinRegUtil.h. "WinRegUtil") ## 系统显示信息 显示 - [缩放与布局](./Src/WinSystemInfo/WinSystemDisplayInfoUtil.h "WinSystemDisplayInfoUtil") - [显示分辨率](./Src/WinSystemInfo/WinSystemDisplayInfoUtil.h "WinSystemDisplayInfoUtil") - [显示方向](./Src/WinSystemInfo/WinSystemDisplayInfoUtil.h "WinSystemDisplayInfoUtil") ## 任务管理器内存信息 内存 CPU - [系统句柄数量](./Src/WinSystemInfo/WinSystemMemoryStatusInfoUtil.h "WinSystemMemoryStatusInfoUtil") - [系统进程数量](./Src/WinSystemInfo/WinSystemMemoryStatusInfoUtil.h "WinSystemMemoryStatusInfoUtil") - [系统线程数量](./Src/WinSystemInfo/WinSystemMemoryStatusInfoUtil.h "WinSystemMemoryStatusInfoUtil") - [系统缓存内存](./Src/WinSystemInfo/WinSystemMemoryStatusInfoUtil.h "WinSystemMemoryStatusInfoUtil") - [系统内存使用率](./Src/WinSystemInfo/WinSystemMemoryStatusInfoUtil.h "WinSystemMemoryStatusInfoUtil") - [分页内核池内存](./Src/WinSystemInfo/WinSystemMemoryStatusInfoUtil.h "WinSystemMemoryStatusInfoUtil") - [系统物理总内存](./Src/WinSystemInfo/WinSystemMemoryStatusInfoUtil.h "WinSystemMemoryStatusInfoUtil") - [系统物理可用内存](./Src/WinSystemInfo/WinSystemMemoryStatusInfoUtil.h "WinSystemMemoryStatusInfoUtil") - [系统虚拟总内存](./Src/WinSystemInfo/WinSystemMemoryStatusInfoUtil.h "WinSystemMemoryStatusInfoUtil") - [系统虚拟可用内存](./Src/WinSystemInfo/WinSystemMemoryStatusInfoUtil.h "WinSystemMemoryStatusInfoUtil") ## 其他 - [检测程序是否有管理员权限](./Src/Oter/ProgramPermissionsInfo.h "ProgramPermissionsInfo")