IPCBIWindowLoadInformation Enumeration

Result of LoadData to handle how to go on.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public enum LoadInformation

Members

Unknown0 State not known.
Successful1 Import was successful
PathUnknown2 File not found, because path is unknown.
PlugInNotFound3 The relevant plugin.dll is not available, you can check the install directory PCB-Investigator/PlugIn for the relevant dll.
Error4 There was an error, please check errorlog for details.
NoRights5 With the current license no right to open the selected format.

See Also