Can I call more than once FltCbdqInitialize on same filter Instance?

Hello everyone!
FltCbdqInitialize() has PFLT_INSTANCE parameter, what if I want to create more than once cancel-safe queue on same filter instance? It’s possible? It’s good idea?
Thank’s!

The queue itself is all contained in the FLT_CALLBACK_DATA_QUEUE structure, and as far as I know, you can create as many as you want.

Thanx, Tim!

You know… this probably belongs in the other forum.

Peter