mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
![]() It actually should look like '\\.\DISPLAY<n>' (since it comes from user mode),
which the function expects, and not '\\Device\\Video<n>', like done in the
kernel mode. Otherwise, passing wrong name causes a mismatch.
Fix the problem with video device access (failure with status 0xc0000022 when
trying to open it). Hence, it also fixes the following debug log spam:
'err: Could not open device \Device\Video0, 0xc0000022'.
Addendum to
|
||
---|---|---|
.. | ||
i386 | ||
alphablend.c | ||
bitblt.c | ||
bitblt_new.c | ||
clip.c | ||
copybits.c | ||
debug.c | ||
device.c | ||
device.h | ||
driverobj.c | ||
driverobj.h | ||
drvdbg.c | ||
eng.h | ||
engbrush.c | ||
engevent.c | ||
engevent.h | ||
engmisc.c | ||
engobjects.h | ||
engwindow.c | ||
error.c | ||
float.c | ||
floatobj.h | ||
gradient.c | ||
inteng.h | ||
ldevobj.c | ||
ldevobj.h | ||
lineto.c | ||
mapping.c | ||
mapping.h | ||
math.c | ||
mem.c | ||
mouse.c | ||
mouse.h | ||
paint.c | ||
pathobj.c | ||
pdevobj.c | ||
pdevobj.h | ||
perfcnt.c | ||
rlecomp.c | ||
semaphor.c | ||
sort.c | ||
stretchblt.c | ||
string.c | ||
stubs.c | ||
surface.c | ||
surface.h | ||
transblt.c | ||
umpdstubs.c | ||
xlateobj.c | ||
xlateobj.h |