CommonDialogGetInfoFromLastOpen method |
|
Remarks
Obtains further information about the file chosen through a previous call to the CommonDialogShowOpen method.
Syntax
[Visual Basic] Public Function CommonDialogGetInfoFromLastOpen ( nInfo as enumCommonDialogInfo ) as String |
[C#] public string CommonDialogGetInfoFromLastOpen ( enumCommonDialogInfo nInfo ); |
[C++] public: string CommonDialogGetInfoFromLastOpen ( enumCommonDialogInfo nInfo ); |
Parameter |
Description |
||||||||||||||||||
|
|
||||||||||||||||||
nInfo |
Number representing the information to obtain. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Empty string |
Information not available or an error occurred. |
Valid string |
The requested information. |