E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
IntPtr
[开源] KJFramework.Message 智能二进制消息框架 - 新的性能提升!
已经完成了对于消息内部类型的支持(int, short, long, uint, ushort, ulong, bool ,float, double, byte, byte[], DateTime,
IntPtr
·
2015-11-13 22:30
framework
[开源] KJFramework.Message 智能二进制消息框架 - 新的性能提升!
已经完成了对于消息内部类型的支持(int, short, long, uint, ushort, ulong, bool ,float, double, byte, byte[], DateTime,
IntPtr
·
2015-11-13 22:29
framework
[开源] KJFramework.Message 智能二进制消息框架 - 新的性能提升!
已经完成了对于消息内部类型的支持(int, short, long, uint, ushort, ulong, bool ,float, double, byte, byte[], DateTime,
IntPtr
·
2015-11-13 22:29
framework
[开源] KJFramework.Message 智能二进制消息框架 - 新的性能提升!
已经完成了对于消息内部类型的支持(int, short, long, uint, ushort, ulong, bool ,float, double, byte, byte[], DateTime,
IntPtr
·
2015-11-13 22:28
framework
[开源] KJFramework.Message 智能二进制消息框架 - 新的性能提升!
已经完成了对于消息内部类型的支持(int, short, long, uint, ushort, ulong, bool ,float, double, byte, byte[], DateTime,
IntPtr
·
2015-11-13 22:27
framework
[开源] KJFramework.Message 智能二进制消息框架
已经完成了对于消息内部类型的支持(int, short, long, uint, ushort, ulong, bool ,float, double, byte, byte[], DateTime,
IntPtr
·
2015-11-13 22:26
framework
[开源]KJFramework.Message 智能二进制消息框架 - 新能力!
int, short, long, uint, ushort, ulong, bool ,float, double, byte, sbyte, byte[], decimal, DateTime,
IntPtr
·
2015-11-13 21:31
framework
C#调用C++
decode( char *data,char base[]) { } C# private void Form1_Load(object sender, EventArgs e) {
IntPtr
·
2015-11-13 19:29
C++
鼠标钩子程序
终于把我这个鼠标钩子程序实现了,刚开始我把句柄赋值赋错了,也就是SetWindowsHookEx(int idHook, HookProc lpfn,
IntPtr
hInstance, int threadId
·
2015-11-13 19:27
程序
C# AnimateWindow与WindowState同时使用的效果
user32.dll")] private static extern bool AnimateWindow(
IntPtr
·
2015-11-13 13:01
windows
C# 模拟鼠标单击事件 FindWindow实例
DllImport("User32.dll", EntryPoint = "FindWindow")] private static extern
IntPtr
·
2015-11-13 11:09
window
C# 根据坐标获取句柄
[DllImport("user32", SetLastError = true)] public static extern int GetWindowText(
IntPtr
·
2015-11-13 11:08
C#
IntPtr
IntPtr
是什么,该怎么用 收藏
IntPtr
用于表示指针或句柄的平台特定类型,此类型对多线程操作是安全的。C#中的
IntPtr
类型称为“平台特定的整数类型”,它们用于本机资源,如窗口句柄。
·
2015-11-13 10:33
int
使用WinAPI全局热键注册和全局模拟按键
("user32.dll")] //导入WinAPI public static extern bool RegisterHotKey( //设置热键
IntPtr
·
2015-11-13 08:43
api
高手来看看这段代码是不是很杂啊!!关于API绘图的问题!
IntPtr
·
2015-11-13 06:45
api
C# 关闭显示器(显示)
System.Runtime.InteropServices; 2、引入方法 [DllImport("user32.dll")] public static extern
IntPtr
·
2015-11-13 05:10
C#
boost exception jam0.exe 异常错误
53_0的bootstrap.bat出现了jam0.exe执行错误 搜索网页发现需要修改两处文件: tools/build/v2/engine/filent.c 将line 82中的long修改成
intptr
_t
·
2015-11-13 04:52
exception
C#调用DLL文件时参数对应表
www.njpro.cn/8918/ShowPost.aspx Wtypes.h 中的非托管类型 非托管 C 语言类型 托管类名 说明 HANDLE void* System.
IntPtr
·
2015-11-13 03:40
dll
C# winform 右下角弹窗
[DllImport("user32")] private static extern bool AnimateWindow(
IntPtr
hwnd, int dwTime, int
·
2015-11-13 01:20
WinForm
在Winform和WPF中启用Aero效果
dwmapi.dll", PreserveSig = false)] public static extern void DwmEnableBlurBehindWindow(
IntPtr
·
2015-11-13 01:13
WinForm
C#应用WindowsApi实现查找\枚举(FindWindow、EnumChildWindows)窗体控件,并发送消息。
首先介绍基本WindowsApi: public static extern
IntPtr
FindWindow(string lpClassName, string lpWindowName);
·
2015-11-12 23:15
windows
。net 调用物体选项框
MaxCustomControls.SceneExplorerControls.SceneExplorerDialog" thePtr = DotNetObject "System.
IntPtr
·
2015-11-12 23:51
net
C#将接受到的流写如文件的回调函数------一个防止内存溢出的方法
pUsrData--用户标识数据(用于识别具体哪一股流) 2 public static void RealPlayCallBack(string szBuffer, int lSize,
IntPtr
·
2015-11-12 21:44
内存溢出
注册快捷键--显示和隐藏窗口
quot;user32")] public static extern bool RegisterHotKey(
IntPtr
·
2015-11-12 21:58
快捷键
<>C# 通过API改变窗体形状
System.Runtime.InteropServices; [DllImportAttribute ("gdi32.dll")] public static extern
IntPtr
·
2015-11-12 19:03
api
c# 获取移动硬盘信息、监听移动设备的弹出与插入事件
原文 http://www.cnblogs.com/coolkiss/p/3328825.html 备忘一下改功能,主要通过WMI来实现,对于监听外接设备的弹出和插入事件一开始使用
IntPtr
WndProc
·
2015-11-12 17:13
C#
注册系统热键
[DllImport("user32.dll", SetLastError = true)] public static extern bool RegisterHotKey(
IntPtr
·
2015-11-12 17:31
系统
C# 实现ADSL自动断网和拨号(适用于拨号用户)
System.Runtime.InteropServices; public struct RASCONN{ public int dwSize; public
IntPtr
·
2015-11-12 17:20
DSL
窗口拖动功能,以及拖动时卡的解决方案
const int HT_CAPTION = 0x2; [DllImport("user32.dll")] static extern int SendMessage(
IntPtr
·
2015-11-12 16:47
解决方案
WinCe 如何使应用程序只开启一个
static class Program { [DllImport("Toolhelp.dll")] public static extern
IntPtr
·
2015-11-12 15:28
WinCE
C#与C++数据类型对应表(搜集整理一)
C#调用DLL文件时参数对应表 Wtypes.h 中的非托管类型 非托管 C 语言类型 托管类名 说明 HANDLE void* System.
IntPtr
·
2015-11-12 14:11
数据类型
C++ 指针
new int; 释放:delete int_ptr; int *ints_ptr = new int[10]; 释放:delete [] ints_ptr; 1 int *
intPtr
·
2015-11-12 14:32
C++
Focus相关点滴
internal static extern
IntPtr
GetFocus(); Control focusedControl = Control.FromHandle(GetFocus())
·
2015-11-12 13:50
focus
c#编程指南(十一) 平台调用P-INVOKE完全掌握, 指针大全
嘿嘿~~ 第一:普通指针,包括char *,short *,int *,__int64 *,这些指针进行平台调用是都对应C#的
IntPtr
类型,然后使用Marshal.ReadXXX(
·
2015-11-12 13:50
C#
C#仿制QQ弹出消息框
API原型函数:bool AnimateWindow(
IntPtr
hwnd, int dwTime, int dwFlags);从字面的意思来看
·
2015-11-12 12:52
C#
[原]C#重绘标题栏
class frmMain : Form { [DllImport("User32.dll")] private static extern
IntPtr
·
2015-11-12 11:38
C#
WinForm 跨进程传输数据
;COPYDATASTRUCT { public
IntPtr
·
2015-11-12 11:02
WinForm
错误:向非托管代码传递委托时,托管应用程序必须让这些委托保持活动状态,直到确信不会再次调用它们
代码: private
IntPtr
SetHook(LowLevelMouseProc pro
·
2015-11-12 09:24
应用程序
c#调用 windows api实现WinForm中嵌入EXE程序
System.Diagnostics; using System.Runtime.InteropServices; 定义: Process process = null;
IntPtr
·
2015-11-12 08:52
windows
Focus相关点滴
internal static extern
IntPtr
GetFocus(); Control focusedControl = Control.FromHandle(GetFocus());
·
2015-11-11 18:29
focus
OC基础11:基本的C语言特性2
19、定义一个int类型的指针: int count = 10; int *
intPtr
;
intPtr
= &count; 然后就可以引用这个指针: x = *
intPtr
; 带着间接寻址运算符
·
2015-11-11 16:53
C语言
C# 判断操作系统的位数
特征值
IntPtr
2.
·
2015-11-11 16:49
操作系统
C#中带回调函数的WinApi调用
[DllImport("user32.dll")] private static extern
IntPtr
GetProcessWindowStation
·
2015-11-11 13:47
回调函数
如何调用com组件中包含
IntPtr
类型参数的函数
背景 公司的支付平台最近对接了西安移动的支付接口,接口中签名的方法是对方提供了一个com组件,组件中包含了一个签名的方法和一个验签的方法,注册了签名之后,在vs中进行了引用,引用之后,查看组件的定义如下: using System; using System.Runtime.InteropServices; namespace UMPAYLib { [ClassInt
·
2015-11-11 12:15
com
用Sendmessage发送或截取相关消息
并定义一个消息 [DllImport("user32.dll")] public static extern int SendMessage(
IntPtr
·
2015-11-11 11:46
message
c# 播放器 支持所有格式
struct PointerToArrayOfPointerHelper { [MarshalAs(UnmanagedType.ByValArray, SizeConst = 1000)] public
IntPtr
·
2015-11-11 10:49
播放器
C# 非活动窗口截屏
public class CaptureWindows { public static Bitmap GetWindow(
IntPtr
hWnd) {
·
2015-11-11 09:59
C#
struct和byte[]相互转换(用Marshal类实现)
; int size = Marshal.SizeOf(structObj);
IntPtr
·
2015-11-11 09:42
marshal
Showwindow 及参数
CharSet = CharSet.Auto)] public static extern int ShowWindow(
IntPtr
·
2015-11-11 09:57
window
适时释放一下内存
quot;)] public static extern bool SetProcessWorkingSetSize(
IntPtr
·
2015-11-11 09:08
内存
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他