FreeDialog
FreeDialog Undo resource locking of CouldDialog
#include <Dialogs.h> Dialog Manager
void FreeDialog(dlgRsrcID );
short dlgRsrcID ; resource ID of a dialog (type 'DLOG')
FreeDialog undoes the effect of CouldDialog, making the 'DLOG' and related
resources (such as the color table and the color item list) purgeable.
FreeDialog is not supported under System 7. You can call it but no
operation will be performed.
dlgRsrcID is the resource ID of the 'DLOG' resource you previously used in a
Returns: none