WRITE_PORT_BUFFER_ULONG是向一个PORT写一串数

VOID 
WRITE_PORT_BUFFER_ULONG
(
   
IN PULONG  Port,
   
IN PULONG  Buffer,
   
IN ULONG  Count
   
);

The WRITE_PORT_BUFFER_ULONG macro writes a number of ULONG values from a buffer to the specified port address.

以后不确定的东西一定要看下文档。悲剧~~~

posted on 2009-08-11 19:04  devcfei  阅读(357)  评论(0编辑  收藏  举报