mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Give enough space to retrieve full device class description
svn path=/trunk/; revision=24326
This commit is contained in:
@@ -105,7 +105,7 @@ EnumDeviceClasses(INT ClassIndex,
|
||||
if (KeyClass != INVALID_HANDLE_VALUE)
|
||||
{
|
||||
|
||||
LONG dwSize = MAX_CLASS_NAME_LEN;
|
||||
LONG dwSize = MAX_DEV_LEN;
|
||||
|
||||
if (RegQueryValue(KeyClass,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user