花费 40 ms
C++ Builder 安装方法

https://jingyan.baidu.com/article/86f4a73e8e754737d752697c.html C++ Bu ...

Mon Jun 10 22:04:00 CST 2019 0 2326
WSAStartup() - 使用方法

当一个应用程序调用WSAStartup函数时, 操作系统根据请求的Socket版本来搜索相应的Socket库,然后绑定找到的Socket库到该应用程序中。 以后应用程序就可以调用所请求的Socke ...

Sat Jul 06 18:29:00 CST 2019 0 2160
DeviceIoControl 函数详细解析

https://blog.csdn.net/li_wen01/article/details/80137566 前言: 最近需要对Windows中的设备进行编程操作,其中涉及到非常重要的函 ...

Tue Jul 09 03:11:00 CST 2019 0 817
SetWindowPos函数详解

SetWindowPos(this->Handle, HWND_TOPMOST, 0, 0, 0,0,SWP_NOMOVE|SWP_NOSIZE|SWP_SHOWWINDOW|SWP_NOACT ...

Mon Oct 28 02:07:00 CST 2019 0 376

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM