Hello, I've upgraded to build 1812 and I've observed two small issues:
1) I have two functions:
FltOrIoCreateFileSpecifyDeviceObjectHint
FltOrIoCreateFileSpecifyDeviceObjectHintEx
and both their names are long enough to fit into the displayed listbox, but the 2nd one is shorten. You can see the displayed listbox is wide enough to contain both names.
quote:
2) VA intellisense: I typed lwf_gData.pdev and I've extected VA will offer me pDeviceObject variable... but it seems VA considers typed upper-case and lower-case letters... when I type lwf_gData.pDev, VA offers me pDeviceObject.