Creating an extra device object

ben.simpson@hp.com wrote:

Ok, sorry for the lack of symbols. This is the first time I’ve used windbg, still finding my way about.

I’ve commented out the KdPrints, but why they would be causing the errors confuses me. Is translating ‘FUNCTION’ to a %s an issue in certain circumstances?

No, I think that was just a stab in the dark.

However, here’s a hint for the future. FUNCTION, even though it
doesn’t look like one, is a string constant. You do not need to use
%s. You can say:

KdPrint(( FUNCTION “: processing ioctl.” );


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.