Closed not4rt closed 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
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