Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1550129
  • 博文数量: 596
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-06 15:50
个人简介

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

发布时间:2014-06-24 14:15:41

在驱动中打印本地时间三个步骤:1、在驱动中调用KeQuerySystemTime获取GMT系统时间2、调用ExSystemTimeToLocalTime将GMT系统时间转换为本地系统时间3、调用RtlTimeToTimeFields将本地时间转换为TIME_FIELDS结构体TIME_FIELDS结构体定义.........【阅读全文】

阅读(1367) | 评论(0) | 转发(0)

发布时间:2014-05-29 16:30:43

驱动获取系统版本信息有2个函数,分别是PsGetVersion RtlGetVersionPsGetVersion在XP后已经不建议使用,/*Returns the windows version we're running on*/vboxWinVersion_t VBoxQueryWinVersion(){    ULONG major, minor, build;  &.........【阅读全文】

阅读(5118) | 评论(0) | 转发(0)

发布时间:2014-05-29 15:56:51

http://technet.microsoft.com/zh-cn/library/ff558773%28v=vs.85%29.aspxThe PAGED_CODE macro ensures that the calling thread is running at an IRQL that is low enough to permit paging.SyntaxC++VOID PAGED_CODE(void);Paramet.........【阅读全文】

阅读(1512) | 评论(0) | 转发(0)

发布时间:2014-04-29 15:20:34

安装的WDK版本是:WDK 7600.16385.1出现错误的代码位置是:C:\WinDDK\7600.16385.1\src\1394\vdev_hybrid\exe\wdf1394.rc (124)119行的 CTEXT           "Microsoft ?,IDC_STATIC,46,35,86,8少了一个",导致下面都是字符串"Microsoft ?,IDC_STATIC,46.........【阅读全文】

阅读(3504) | 评论(0) | 转发(0)

发布时间:2014-04-28 15:57:24

//hello_nt.h#pragma once#ifdef __cplusplusextern "C" {#endif#include <ntddk.h>#ifdef __cplusplus}#endif#define PAGEDCODE code_seg("PAGE").........【阅读全文】

阅读(1322) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册