Click or drag to resize
Xcalibur Systems LLC Logo

ProcessEntry32ExeFilePath Field

The name of the executable file for the process. To retrieve the full path to the executable file, call the function and check the ExeFilePath member of the structure that is returned. However, if the calling process is a 32-bit process, you must call the function to retrieve the full path of the executable file for a 64-bit process.

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

Field Value

String
See Also