Fix green, it just needed it's ObOpenObjectByName params shuffled. Hope I did it correctly.

svn path=/trunk/; revision=22048
This commit is contained in:
Andrew Munger 2006-05-25 21:39:49 +00:00
parent 340a5ed71a
commit 8dd3dc564a

View file

@ -50,8 +50,8 @@ CreateGreenFdo(
Status = ObOpenObjectByName(
&ObjectAttributes,
IoDeviceObjectType,
NULL,
KernelMode,
NULL,
DesiredAccess,
NULL,
&LocalHandle);