Deregister Callback Function
The Deregister export function frees the resources used to create the protocol property database. The parser DLL must implement Deregister.
Syntax
VOID Deregister(
__in HPROTOCOL hProtocol
);
Parameters
- hProtocol [in]
Handle of the protocol for a specific database.
Return Value
None.
Remarks
Network Monitor calls Deregister after passing all the capture information to the parser DLL. The parser DLL must implement a Deregister function for each protocol that the parser supports.
When implementing Deregister, the parser DLL must call the DestroyPropertyDatabase function to release the property database resources.
For information on | See |
---|---|
What parsers are, and how they work with Network Monitor. | Parsers |
Which entry points are included in the parser DLL. | Parser DLL Architecture |
How to implement Deregister— includes an example. | Implementing Deregister |
Requirements
Minimum supported client | Windows 2000 Professional |
Minimum supported server | Windows 2000 Server |
Header | Netmon.h |
See Also
Send comments about this topic to Microsoft
Build date: 11/9/2009