NetProg

 


   

NETPROG  PRESENTATION

 

  OverView
  Functionalities
  Programming
API
C Examples
  Download
MXFreeDialogClass C NetProg Library 


#include "mx.h"
void MXFreeDialogClass (MX* pmx, MXClass* pdialogclass)


Parameters Description
pmx  the MX manager
pdialogclass  the dialog class


Description : 

This function free the dialog class pdialogclass and all resources related to it (message classes and objects).

Once called, application can not use messages related to this dialog class.

Return Values : no return value


See Also : MXFreeMessageClass, MXCreateDialogClas


Example :