Click here to Skip to main content
15,887,939 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We need to develope a tool which can communicate with our storage device on Windows 8 tablet and Windows Phone 8 environment. Our design is like to have two modules, one to have UI controls and other to have device access (either DLL or EXE). We had planned to go with windows store apps for UI development but for the second module to access the device using file system IOCTL we didn't get clear reference point of how to implement. Kindly let us know how to use IOCTL from windows store apps or point us to a reference document. Thanks.
Posted
Comments
Richard MacCutchan 21-Jan-13 6:12am    
Why do you think IOCTL will give what you want? Please explain in better detail what you are trying to achieve.
Member 9601527 21-Jan-13 6:20am    
We need to get information about the device and also to read properties of the device (say manufacture information, type of device, partition and file system (if storage device), etc...)

1 solution

Take a look at the MSDN documentation[^] for information.

[edit]
Also here[^].
[/edit]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900