Fix SetupDiGetDeviceRegistryPropertyA, which should return the required size and...
authorHervé Poussineau <hpoussin@reactos.org>
Wed, 12 Oct 2005 08:14:56 +0000 (08:14 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Wed, 12 Oct 2005 08:14:56 +0000 (08:14 +0000)
commit543acff48039661b7886e24ec4f9bf04a36f76c1
tree39f7917768fa30af298aa9c48e86d0835360b2d3
parentcf9a86c858a7a9d392097c5b935c489c46c120f1
Fix SetupDiGetDeviceRegistryPropertyA, which should return the required size and the registry data type if the buffer is too small
(typical case when you call it 2 times: 1st time to get the required size, 2nd time to get real data)

svn path=/trunk/; revision=18408
reactos/lib/setupapi/devinst.c