搜索资源列表
PCommDLLCSharp调用包
- C#程序静态调用Pcomm.dll的文件和Pcomm.dll 2.0 namespace NewPort { public class OperPComm { [DllImport("PComm.dll", EntryPoint = "sio_open")] public static extern int sio_open(int port); [DllI
gwt-windows-1.0.21
- ajax例子,Google Web Toolkit 1.0.21-ajax example, Google Web Toolkit 1.0.21
cs
- 这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices public class win32{ [DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")] public static extern int capI
test_tls
- program to show antidebug tls tech with entrypoint address replace in stack
main_none
- WPA Supplicant / Example program entrypoint.
locore
- VECTOR exception vector entrypoint.
pmjump
- void protected_mode_jump(u32 entrypoint, u32 bootparams) .
qat_uclo
- load the default page and set assigned CTX PC to the entrypoint address.
asm
- let kernels and others override entrypoint alignment.
dma
- Macros to help return an API entrypoint. These macros will unlock the display and record the error code. -Macros to help return an API entrypoint. These macros will unlock the display and record the error code.
vmw_screen_dri
- This actually the entrypoint to the entire driver, called by the target bootstrap code for linux Device Driver. -This is actually the entrypoint to the entire driver, called by the target bootstrap code for linux Devic
PDAWeb
- [DllImport( CoreDll.dll )] //, EntryPoint sound public static extern bool PlaySound(string pszSound, int hmod, int fdwSound) public const int SND_FILENAME 0x00020000 public const int SND_ASYNC 0x0001 publ