SKETCH OF HOW RESEARCH MIGHT CONTINUE AND RESULTS BE PRESENTED

OB_DELETE_METHOD

The OB_DELETE_METHOD type is a pointer to a routine that can be defined for all objects of the same type. It is specified as the DeleteProcedure 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.

Declaration

typedef VOID (*OB_DELETE_METHOD) (PVOID Object);