Share via


Deregister

The Deregister export function frees the resources used to create the protocol property database. The parser DLL must implement Deregister.

VOIDDeregister(HPROTOCOLhProtocol);

Parameters

  • hProtocol
    [in] Handle of the protocol for a specific database.

Return Values

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

Client Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Header

Declared in Netmon.h.

See Also

DestroyPropertyDatabase