Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Compact Framework / August 2007

Tip: Looking for answers? Try searching our database.

FSD - implementation of MountDisk and UnmountDisk

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Krupa - 21 Aug 2007 18:56 GMT
Hi,

I am trying to create my own FSD for a Windows CE 5.0 device. I want
to mainly mount/unmount the storage card programmatically.

The .def file looks like:

LIBRARY    MyFSD
DESCRIPTION    'My File System for Windows CE'

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\MyFSD]
"Dll"="MyFSD.dll"
"Paging"=dword:0

EXPORTS
  MyFSD_MountDisk
  MyFSD_UnmountDisk
  FSD_MountDisk=MyFSD_MountDisk
  FSD_UnmountDisk=MyFSD_UnmountDisk
  MyFSD_CreateDirectoryW
  MyFSD_RemoveDirectoryW...

I added MyFSD.h files contains the following lines of code:

#define FSDAPI MyFSD
#include "fsdmgr.h"

I am not sure how to implement the MyFSD_MountDisk and
MyFSD_UnmountDisk functions. I googled and found a few windows ce base
team blogs that discussed this, but I couldn't gather much from there
(may be because I am new to this). Can someone please guide me?

Thanks,
Krupa
I
Peter Foot [MVP] - 21 Aug 2007 19:11 GMT
Try posting your query to one of the microsoft.public.windowsce.* groups.
File System Drivers are not a Compact Framework topic.

Peter

Signature

Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

> Hi,
>
[quoted text clipped - 31 lines]
> Krupa
> I
Paul G. Tobey [eMVP] - 21 Aug 2007 19:24 GMT
microsoft.public.windowsce.platbuilder is the right place...

Paul T.

> Try posting your query to one of the microsoft.public.windowsce.* groups.
> File System Drivers are not a Compact Framework topic.
[quoted text clipped - 36 lines]
>> Krupa
>> I
Krupa - 21 Aug 2007 20:32 GMT
Thanks! Will do.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.