CommonDialogGetInfoFromLastOpen method |
|
Remarks
Obtains further information about the file chosen through a previous call to the CommonDialogShowOpen method.
For further information about dealing with Unicode characters, check the How to manage Unicode characters in filenames and tags tutorial.
Syntax
[Visual Basic] control.CommonDialogGetInfoFromLastOpen ( nInfo as enumCommonDialogInfo ) as String |
[C++] LPCTSTR control.CommonDialogGetInfoFromLastOpen ( short nInfo ); |
Parameter |
Description |
||||||||||||||||||
|
|
||||||||||||||||||
nInfo |
Number representing the store mode. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Empty string |
Information not available or an error occurred. |
Valid string |
The requested information. |