ShellExecuteInfoFile Field
The address of a null-terminated string that specifies the name of the file
or object on which ShellExecuteEx will perform the action specified by the lpVerb parameter.
The system registry verbs that are supported by the ShellExecuteEx function include "open"
for executable files and document files and "print" for document files
for which a print handler has been registered.
Other applications might have added Shell verbs through the system registry,
such as "play" for .avi and .wav files.
To specify a Shell Namespace DevCase.Interop.object, pass the fully qualified parse name
and set the SEE_MASK_INVOKEIDLIST flag in the fMask parameter.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public File As String
Dim instance As ShellExecuteInfo
Dim value As String
value = instance.File
instance.File = value
No code example is currently available or this language may not be supported.
Field Value
String