3.2.4.11 FreeProductsInformation Abstract Interface

This abstract interface is called to free memory allocated by one of the following abstract interfaces: GetFirewallProductsInformation, GetAntivirusProductsInformation, or GetAntispywareProductsInformation.

 void FreeProductsInformation(
     [in] ProductInformation *pProductsInformation);

pProductsInformation: A pointer to a memory location that was allocated during a call to one of the following abstract interfaces: GetFirewallProductsInformation, GetAntivirusProductsInformation, or GetAntispywareProductsInformation.