LL_­CMND_­SAVEFILENAME

Task:

Notification that the user has saved the project in the Designer. The file name is passed.

Parameters:

lParam points to the zero-terminated file name.

Return Value (_lResult):

0

Example:

case LL_­CMND_­SAVEFILENAME:
   pszLastFilename = (LPCTSTR)lParam;