Geoff Chappell - Software Analyst
SKETCH OF HOW RESEARCH MIGHT CONTINUE AND RESULTS BE PRESENTED
The OB_DUMP_METHOD type is a pointer to a routine that can be defined for all objects of the same type. It is specified as the DumpProcedure member of the OBJECT_TYPE_INITIALIZER structure when creating the object type. It is then retained in this structure as nested into the OBJECT_TYPE structure.
typedef VOID (*OB_DUMP_METHOD) ( PVOID Object, OB_DUMP_CONTROL *Control);