LDialogFile::GetFileName

#include "ltwrappr.h"

L_VOID LDialogFile::GetFileName(pszBuff, cbSize) const;

L_TCHAR L_FAR * pszBuff;

/* file name */

L_INT cbSize;

/* size of the passed buffer */

Gets the file name used by the open/save dialogs.

Parameter

Description

pszBuff

Character string to be updated with the file name.

cbSize

The size of pszBuff.

Returns

None

Required DLLs and Libraries

LTDLGFILE
LTDLGKRN
LTDLGUTL
LTDLGCTRL
LTDLGCOM
LTFIL
LTDIS
LTIMG

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

See Also

Functions:

Class Members, LDialogFile::SetFileName, LDialogFile::DoModalOpen, LDialogFile::DoModalSave

Topics:

Using Imaging Common Dialog

Example

For an example, refer to LDialogFile::DoModalOpen.