Deregister

The Deregister entry point is called to allow the parser to clean up.

DWORD Deregister(
  HPROTOCOL hProtocol  
);
 

Parameters

hProtocol
Specifies the handle for this given protocol parser.

Return Values

Should return TRUE if successful and FALSE if unsuccessful.

Remarks

Deregister is called to allow the parser to clean up. It should call DestroyPropertyDatabase on its property database.