Windows Vista Drivers
0
Re: loading dll from within a driver
0

ZwLoadDriver But it a) has no reference counting support b) does not provide you with GetProcAddress. In short, the LoadLibrary/GetProcAddress...

0
Re: loading dll from within a driver
0

nope, no support really. you can use ZwLoadDriver, but there is no reference counting and once loaded, you have to manually parse through the PE...

0
FsRtlIsNameInExpression and periods
0

I ran into a situation where it looked like FsRtlIsNameInExpression was returning a failure to match when fed these strings: ...

0
When to use WdfDeviceInitFree()
0

I am looking at the code example in http://msdn.microsoft.com/en-us/library/aa490687.aspx The deviceInit is allocated by...

0
Where TraceEvents messages goes?
0

Hi there, I'm reviewing the src\general\ioctl\kmdf\sys sample of the WDK and I saw a lot of tracing using TraceEvents. I compiled and ran the...

Moderndai
Logo