holk_leng
驱动牛犊
驱动牛犊
  • 注册日期2004-03-02
  • 最后登录2005-04-26
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1467回复:1

why RtlCompareUnicodeString cause page error?

楼主#
更多 发布于:2004-04-16 11:24
when I call
RtlCompareUnicodeString((PUNICODE_STRING)filename,&targetName, TRUE )

a page error occurs, why?
I noticed that both filename and targetName has valid unicode string,
and RtlCompareUnicodeString must running on PASSIVE_LEVEL.

I call this function in IRP_MJ_SET_INFORMATION dispatch function,
is there any problem?

thanks!
xxcat1220
驱动牛犊
驱动牛犊
  • 注册日期2004-01-19
  • 最后登录2010-12-20
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2004-04-16 12:24
你想做什么?把代码贴上来看看才知道,估计你访问了无效的地址
游客

返回顶部