mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Better wcx-plugin error handling
This commit is contained in:
parent
76ef7743d6
commit
69e0a1b745
2 changed files with 18 additions and 15 deletions
|
|
@ -24,6 +24,9 @@ const {Error codes returned to calling application}
|
|||
E_TOO_MANY_FILES= 23; {Too many files to pack}
|
||||
E_NOT_SUPPORTED= 24; {Function not supported}
|
||||
|
||||
E_HANDLED= -32768; {Handled error}
|
||||
E_UNKNOWN= +32767; {Unknown error}
|
||||
|
||||
{Unpacking flags}
|
||||
PK_OM_LIST= 0;
|
||||
PK_OM_EXTRACT= 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue