Click or drag to resize
Xcalibur Systems LLC Logo

ShellExecuteInfoFile Field

The address of a null-terminated string that specifies the name of the file or object on which will perform the action specified by the Verb parameter. The system registry verbs that are supported by the 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 object, pass the fully qualified parse name and set the flag in the Mask parameter.

Namespace: Xcalibur.NativeMethods.V2.Shell
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public string File

Field Value

String
See Also