C#调用Win32 的API函数--User32.dll
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace WindowsAPI{ class CSharp_Win32Api { #region User32.dll 函数 /// <summary> /// 该函数检索一指定窗口的客户区域或整个屏幕的显示设备上下文环境的句柄,以后可以在GDI函数中使用该句柄来在设备上下文环境中绘图。hWnd:... 阅读全文
posted @ 2010-03-15 11:12 SonyXbox 阅读(291) 评论(0) 推荐(0)
浙公网安备 33010602011771号