Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Releases: M2TeamArchived/M2TeamCommonLibrary

M2TeamCommonLibrary 2.0

03 Feb 19:57
Compare
Choose a tag to compare

引入这几年的全新实现

M2-SDK 1.3

02 Jun 13:21
Compare
Choose a tag to compare

M2-SDK 1.3 (2017-06-02)

  • 修复解决方案文件
  • 添加 SuGetCurrentProcessSessionID 函数
  • 添加 CM2EnumProcess 迭代器

M2-SDK 1.2

28 Apr 12:53
Compare
Choose a tag to compare

M2-SDK 1.2 (2017-04-28)

  • M2.PHNT.msg 改名为 M2.Windows.PHNTPermission.msg
  • 对 M2CreateEvent 函数禁用内联以实现函数复用以节约空间
  • 修改 M2InitObjectAttributes 定义
  • 修改 M2InitSecurityQuailtyOfService 定义
  • 修改 M2InitClientID 定义
  • 修改 M2InitUnicodeString 定义
  • 修改 M2InitString 定义
  • 整理解决方案文件
  • M2.Base头文件所有函数移入M2命名空间下
  • 移除 M2LoadDll 函数
  • 移除 M2UnloadDll 函数
  • 移除 M2GetFunc 函数
  • 添加 M2LoadModule 函数
  • 添加 M2FreeModule 函数
  • 添加 M2GetModuleHandle 函数
  • 添加 M2GetProcedureAddress 函数
  • 修改 EnablePerMonitorDialogScaling
  • 修改 EnableChildWindowDpiMessage
  • 修改 NtUserEnableChildWindowDpiMessage

M2-SDK 1.1 (2017-04-17)

  • 增加 M2CreateEvent 函数
  • 去除文件标头残留描述
  • 修改 M2InitObjectAttributes 定义
  • 修改 M2InitSecurityQuailtyOfService 定义
  • 修改 M2InitClientID 定义
  • 添加 M2InitUnicodeString 函数
  • 添加 M2InitString 函数
  • 修复 M2CreateEvent 函数的Bug
  • 修复 M2InitUnicodeString 函数的Bug
  • 修复 M2InitString 函数的Bug

M2-SDK 1.0

25 Mar 09:20
Compare
Choose a tag to compare
  • 合并 M2.Windows.Internal.WindowsStationAPI.h 入 M2.Windows.h
  • 合并 M2.Windows.Internal.NativeAPI.h 入 M2.Windows.h
  • 整理 M2.Windows.h 的定义并使用新的代码头注释
  • 把 M2.Windows.Internal.Readme.txt 更名为 Readme.txt
  • Readme.txt 的许可部分移至 License.txt
  • Readme.txt 的 PHNT 库注释移至 M2.Windows.h
  • 把 M2.Windows.Internal.Changelog.txt 更名为 Changelog.txt
  • 把 M2.Windows.Internal.h 更名为 M2.Base.h
  • 整理 M2.Base.h 的定义并使用新的代码头注释
  • M2.Base.h 增加 Windows 10 未文档化 DPI 支持相关定义
  • M2.Base.h 增加创建 COM 类支持相关定义
  • 增加新的NSudo库即M2.NSudo.h
  • M2.NSudo.h:System令牌副本创建移除会话ID参数(因为现实情况只能使用当前会话ID)
  • M2.NSudo.h:修复 SuCreateProcess() 返回值Bug
  • M2.NSudo.h:修复 SuOpenSessionToken() 返回值Bug
  • 新增M2.SDK.h用于包含M2-SDK
  • M2.Windows.h:去除无用注释
  • M2.Windows.h:自动包含strsafe.h
  • M2-SDK正式发布到Github