mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Wfx sample plugin
This commit is contained in:
parent
3a7fe57a9f
commit
f48568c3dd
1 changed files with 7 additions and 1 deletions
|
|
@ -59,6 +59,11 @@ begin
|
|||
Result:= FS_FILE_OK;
|
||||
end;
|
||||
|
||||
function FsExecuteFile(MainWin:thandle;RemoteName,Verb:pchar):integer; stdcall;
|
||||
begin
|
||||
gRequestProc(gPluginNr, RT_MsgOK, RemoteName, Verb, nil, 0);
|
||||
Result:= FS_EXEC_OK;
|
||||
end;
|
||||
|
||||
exports
|
||||
// mandatory
|
||||
|
|
@ -67,7 +72,8 @@ exports
|
|||
FsFindNext,
|
||||
FsFindClose,
|
||||
// optional
|
||||
FsRenMovFile;
|
||||
FsRenMovFile,
|
||||
FsExecuteFile;
|
||||
|
||||
begin
|
||||
end.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue