microsoft / wdkmetadata

Tooling to generate metadata for Win32 APIs in the Windows Driver Kit (WDK).
Other
96 stars 10 forks source link

Missing binding IRP_MJ_OPERATION_END #48

Closed not4rt closed 1 year ago

not4rt commented 1 year ago

https://github.com/microsoft/wdkmetadata/blob/main/generation/WDK/IdlHeaders/km/fltKernel.h#L239

Looks like IRP_MJ_OPERATION_END metadata is not being automatically generated in the windows crate. This IRP is needed to make a minifilter driver, the docs say that the last element of FLT_REGISTRATION must be {IRP_MJ_OPERATION_END}.

@riverar instructed me to file a bug here.

Thank you for helping!

cc: @mikebattista