Mangesh
2007-11-21 10:54:51 UTC
Hi
I 'm trying to access vieo device object (e.g. "\\Device\\Video4" )
using IoGetDeviceObjectPointer but it is returning
STATUS_OBJECT_NAME_NOT_FOUND error.why it always returns this error ??
Is there any other way to acess video device object ? pl help me
out ...
RtlInitUnicodeString(&usVideoDriverName, L"\\Device\\Video4");
IoGetDeviceObjectPointer(&usVideoDriverName,STANDARD_RIGHTS_ALL ,pFileObject,ptaretdeviceobject);
Thanks in advance
Mangesh
I 'm trying to access vieo device object (e.g. "\\Device\\Video4" )
using IoGetDeviceObjectPointer but it is returning
STATUS_OBJECT_NAME_NOT_FOUND error.why it always returns this error ??
Is there any other way to acess video device object ? pl help me
out ...
RtlInitUnicodeString(&usVideoDriverName, L"\\Device\\Video4");
IoGetDeviceObjectPointer(&usVideoDriverName,STANDARD_RIGHTS_ALL ,pFileObject,ptaretdeviceobject);
Thanks in advance
Mangesh