-
C#加载驱动例子
C#加载驱动例子
实现了托管代码加载驱动,管理驱动,使用驱动的方法
驱动例子:
SysKey.sys
[DllImport("advapi32.dll", EntryPoint = "OpenSCManagerW", ExactSpelling = true, CharSet = CharSet.Unicode, SetLastError = true)]
public static extern IntPtr OpenSCManager(string machineName, string databaseName, uint dwAccess);
[DllImport("advapi32.dll", SetLastError = true, CharSet = CharSet.Auto)]
public static extern IntPtr OpenService(IntPtr hSCManager, string lpServiceName, uint dwDesiredAccess);
[DllImport("advapi32.dll", SetLastError = true)]
[return: MarshalAs(UnmanagedType.Bool)]
public static extern bool CloseServiceHandle(IntPtr hSCObject
- 2022-02-04 10:03:20下载
- 积分:1
-
我的数据结构的一个作业 是一个经典的算法 请大家参考
我的数据结构的一个作业 是一个经典的算法 请大家参考-the data structure of an operation is a classic algorithm please refer to
- 2022-02-03 08:30:49下载
- 积分:1
-
LPH_display4_V01
Code for AVR 8Bit microcontrollers to interface Siemens S65 cellphone display via SPI interface. Needs avr-*-gcc cross compiler.
- 2009-06-09 07:10:36下载
- 积分:1
-
sscom_MFC
MFC windows
- 2021-05-07 18:07:36下载
- 积分:1
-
leddianzhen
说明: 本程序主要实现led点阵显示汉字的功能,并能使字体上下或者左右移动(This procedure led dot matrix display to achieve the main function of Chinese characters and fonts can move up and down or left and right)
- 2011-04-23 19:08:49下载
- 积分:1
-
kviso_wave
单片机仿真软件 集成了源程序编辑、编译、调试、反 汇编等功能于一体。 可仿真MCS51系列、MCS196系列、 Microchip PIC系列CPU(SCM simulation software is integrated with the source program to edit, compile, debug, disassemble functions in one. Simulation of MCS51 series, MCS196, Microchip PIC series CPU)
- 2017-09-30 08:39:57下载
- 积分:1
-
簡單銷售平臺
一款用於簡單的銷售平臺,其中有數據庫的使用,增刪改,還有收銀台的界面,還可以翻查銷售記録,對於初學c#的用戶,是一個很好的學習練習機會。
- 2022-04-11 12:37:55下载
- 积分:1
-
tongxunlu
通讯录系统,有导入并保存数据的功能,还有增删查改(And import in the address book system, and the function of the data, and add or delete check instead)
- 2016-06-20 21:17:25下载
- 积分:1
-
PIDMatlabC
介绍了PID算法的matlab编程以及相对应的C语言编程(Introduced PID algorithm matlab programming and the corresponding C language programming)
- 2013-08-08 22:49:13下载
- 积分:1
-
deta
提供一个功能非常完善的系统托盘类,该类可以实现以下功能:任务栏重建后托盘图标自动添加;托盘图标可以动态改变,(Provides a fully functional system pallet class, this class can achieve the following functions: the taskbar reconstruction of the tray icon automatically added, pallet icon can be dynamically changed,)
- 2018-12-24 00:06:34下载
- 积分:1