Click or drag to resize
Xcalibur Systems LLC Logo

ShellExecuteErrors Enumeration

ShellExecute Error Codes.

SHELLEXECUTEINFO structure


Namespace: Xcalibur.NativeMethods.V2.Shell
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum ShellExecuteErrors
Members
Member nameValueDescription
FileNotFound2 File not found.
PathNotFound3 Path not found.
AccessDenied5 Access denied.
OutOfMemory8 Out of memory.
Share26 Cannot share an open file.
AssocIncomplete27 File association information not complete.
DdeTimeout28 DDE operation timed out.
DdeFail29 DDE operation failed.
DdeBusy30 DDE operation is busy.
NoAssoc31 File association not available.
DllNotFound32 Dynamic-link library not found.
See Also