ListCloseWindow
ListCloseWindow is called when a user closes lister, or loads a different file. If ListCloseWindow isn't present, DestroyWindow() is called.
Declaration:
void __stdcall ListCloseWindow(HWND ListWin);
Description of parameters:
ListWin This is the window handle which needs to be destroyed.
Return value:
This function doesn't return any value.
Remarks:
You can use this function to close open files, free buffers etc.