搜索资源列表
CharFilter_Class
- CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中,我们定义了四个全局变量,这不符合WDM驱动程序的要求,它限制了IRP的可重入性,我们应该使用局部变量。 该实例定义了一个READ_COMPLETION_INFO结构,当有DeviceControl 调用时,就分配一个结构对象,参数设置完后,就将该结构对象地址指针放在I.FileObject()->FsContext中。 -CharFilter_Class CharFilter e
tty_driver
- This structure defines the interface between the low-level tty driver and the tty routines. The following routines can be defined unless noted otherwise, they are optional, and can be filled in with a null pointer.-This structure defines the interfac
block
- linux中断驱动程序的实现,我搞了很长时间爱你才搞出来-struct my_pipe { wait_queue_head_t inq,outq /* read and write queues*/ char*buffer,*end /* begin of buf,end of buf*/ int buffersize /* used in pointer arithmetic*/ char*rp,*wp /* where to read,where to w
list
- 链表封装 功能:链表头指针初始化,添加节点 数据先进先出,获取某个结点的data 获取链表的结点的个数,释放链表-Linked list package features: the list head pointer initialization, add a node data FIFO access to the data of a node for the linked list of the number of nodes, the release of the link
s
- 将详细介绍windows编程中如何获得应用程序主窗口的指针-Will detail how to get the pointer of the main application window in the windows programming
bfa_port
- Pointer to the port module for Linux v2.13.6.
SCL2008-MovingSign-API
- Some structure and all pointer of the functions in Dll // Please insert them to defination of your class. // The LIBRARY_CALL_MODE can be defined as MODE_STDCALL or MODE_CDECL to // choose the call mode of the D- Some structure and all pointer
200620461
- 链表的使用1.求表中第i个结点的指针2.第i个结点前插入值为x的结点-List 1. For the table the first i nodes of the pointer 2. The first i nodes inserted before the value of node x