I was wondering if anyone knows how to read a registry value of type
REG_BINARY from within a driver using RtlQueryRegistryValues? I can get it
to work, but it returns some type of structure that appears to be:
struct{
ULONG Length;
ULONG Type;
UCHAR Buffer[1];
}
Does anyone know what the correct structure is?
Thanks,
Chris
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com