Unit LnchMsgs

========================================================================= LnchMsgs Unit This unit defines several string resource constants used to retrieve the corresponding string table entry for ShellExecuteEx error messages. Developing Custom Delphi 3 Components Copyright © 1995-1997 by Ray Konopka =========================================================================

Classes

Functions

Types

Constants

SLaunchCompressedEXE
SLaunchFileNotFound
SLaunchForMSDos4
SLaunchIncorrectOS
SLaunchIncorrectWindowsVer
SLaunchInsufficientMemory
SLaunchInvalidDLL
SLaunchInvalidEXE
SLaunchLoadRealMode
SLaunchNoAssociation
SLaunchNonReadOnlyDataSeg
SLaunchOutOfMemory
SLaunchPathNotFound
SLaunchSeparateDataSeg
SLaunchSharingViolation
SLaunchUnknownType
SLaunchWin32

Variables


Functions


Types


Constants

SLaunchCompressedEXE = 42019

SLaunchFileNotFound = 42002

SLaunchForMSDos4 = 42013

SLaunchIncorrectOS = 42012

SLaunchIncorrectWindowsVer = 42010

SLaunchInsufficientMemory = 42008

SLaunchInvalidDLL = 42020

SLaunchInvalidEXE = 42011

SLaunchLoadRealMode = 42015

SLaunchNoAssociation = 42031

SLaunchNonReadOnlyDataSeg = 42016

SLaunchOutOfMemory = 42000

Link in Win32 resource file

SLaunchPathNotFound = 42003

SLaunchSeparateDataSeg = 42006

SLaunchSharingViolation = 42005

SLaunchUnknownType = 42014

SLaunchWin32 = 42021


Variables