Opened 15 years ago
Last modified 6 months ago
#384 assigned enhancement
Check if Netdrive drives support EAs add driveflag for this
Reported by: | Gregg Young | Owned by: | Gregg Young |
---|---|---|---|
Priority: | minor | Milestone: | Release_3.26 |
Component: | fm/2 base | Version: | 3.16 |
Keywords: | Cc: |
Description
Change History (8)
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
comment:4 by , 11 years ago
Milestone: | → Release_3.23 |
---|
comment:5 by , 10 years ago
Milestone: | Release_3.23 → Release_3.24 |
---|
Ticket retargeted after milestone closed
comment:6 by , 9 years ago
Summary: | Check if drives support EAs add driveflag for this → Check if Netdrive drives support EAs add driveflag for this |
---|
comment:7 by , 9 years ago
Milestone: | Release_3.24 → Release_3.25 |
---|
comment:8 by , 6 months ago
Milestone: | Release_3.25 → Release_3.26 |
---|
Ticket retargeted after milestone closed
Note:
See TracTickets
for help on using tickets.
Hi,
sorry for the late reply.
The type of plugin is rather easy to query. You can use NdIoctl API from ndcalls.dll:
It is better to load ndcalls.dll dynamically with DosLoadModule and use DosQueryProcAddr to get the "NdIoctl" pointer.
The is no API to query EA support. NetDrive always report that EA are supported to make WPS work. You can use the plugin type to decide whether EAs are supported. Currently only Local and Samba plugins support EAs.
Best regards, Vitali.
From: "Gregg Young" <ygk@…> To: "Netdrive" <netdrive@…> Date: Sun, 19 Jul 2009 12:46:41 -0600 (MDT) Subject: API to query EA support and plugin type