码迷,mamicode.com
首页 >  
搜索关键字:winapi    ( 488个结果
CreateThread
// 2.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "windows.h" #include "iostream.h" #include "stdlib.h" ...
分类:其他好文   时间:2020-03-23 09:59:35    阅读次数:66
Menu
#include "windows.h" #include "resource.h" LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ; HMENU hm; int WINAPI WinMain (HINSTANCE hInstance, ...
分类:其他好文   时间:2020-03-23 09:36:57    阅读次数:72
Timer
#include <windows.h> LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); VOID CALLBACK fun(PVOID lp); int WINAPI WinMain (HINSTANCE hInstance, HINS ...
分类:其他好文   时间:2020-03-23 09:21:48    阅读次数:78
string.find(查找获取字符串) string.gsub(查找替换字符串) string.sub(截取字符串)
> aaa='/p/v2/api/winapi/adapter/lgj'> print(string.find(aaa, "^/.+/adapter/(.*)"))1 28 lgj> aaa='/p/v2/api/winapi/adapter/lgj/zy/l'> print(string.find ...
分类:其他好文   时间:2020-03-03 10:27:34    阅读次数:74
线程控制
三个函数的使用 1,WaitForSingleObject #include <Windows.h> DWORD WINAPI MyThread(LPVOID lpParameter) { //ziji de code } int main() { HANDLE hThread; hThread = ...
分类:编程语言   时间:2020-02-23 14:52:32    阅读次数:81
dac FDMemTable
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V ...
分类:其他好文   时间:2020-01-09 14:44:32    阅读次数:86
内存映射 读和写
//读 unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Form ...
分类:其他好文   时间:2020-01-07 16:29:02    阅读次数:92
Delphi调用c++写的dll (me)
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V ...
分类:编程语言   时间:2020-01-07 16:07:31    阅读次数:84
delphpi tcp 服务和客户端 例子
//服务器端unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Fo ...
分类:Web程序   时间:2020-01-07 16:06:24    阅读次数:105
在 WPF 程序中应用 Windows 10 真?亚克力效果
原文:在 WPF 程序中应用 Windows 10 真?亚克力效果 从 Windows 10 (1803) 开始,Win32 应用也可以... ...
分类:Windows程序   时间:2020-01-07 00:46:30    阅读次数:295
488条   上一页 1 2 3 4 5 6 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!