Skip to content

Routines that were annotated with __drv_dispatchType(DRIVER_DISPATCH) are not seen as WdmCallbackRoutine or WdmDispatchRoutines #30

@1Sisyphus

Description

@1Sisyphus

__drv_dispatchType(DRIVER_DISPATCH)
__drv_dispatchType(IRP_MJ_CREATE)
__drv_dispatchType(IRP_MJ_SHUTDOWN)
NTSTATUS
CdFsdDispatch (
In PDEVICE_OBJECT DeviceObject,
Inout PIRP Irp
);

CdFsdDispatch, for example will not be caught by queries that look for WdmDispatchRoutines or WdmCallbackRoutines

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions