兔八哥极品软件园    运行: 4499天 | 文章:640 篇 | 评论:505 条 | 碎语:1条

Windows API数据类型 对应 C#数据类型

作者:admin 发布于:2012-8-31 22:22 Friday 分类:Windows

BOOLSystem.Int32
BOOLEANSystem.Int32
BYTE System.UInt16
CHAR System.UInt16
COLORREF         System.UInt32
DWORD System.UInt32
DWORD32         System.UInt32
DWORD64         System.UInt64
FLOAT System.Float
HACCEL System.IntPtr
HANDLE Syste...

阅读全文>>

标签: API

评论(0) 引用(254) 浏览(34447)

C# API注册系统热键

作者:admin 发布于:2012-3-13 12:43 Tuesday 分类:.NET

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;

namespace VolumnModify
{
    public partial class Form1 : Form
    {
        //注册热键的api
        [DllImport("user32.dll")]
        public static extern bool RegisterHotKey(IntPtr h...

阅读全文>>

标签: c# API

评论(0) 引用(38) 浏览(39865)


Powered by 兔八哥极品软件 苏ICP备12049267号 sitemap