Click here to Skip to main content
15,913,758 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Want to be able to use the various win32 function is my application.
e.g. FSCTL_DISMOUNT_VOLUME
FSCTL_GET_COMPRESSION
FSCTL_LOCK_VOLUME
FSCTL_UNLOCK_VOLUME etc.

How do i go about it?
Posted

1 solution

Just include the appropriate header file and use? The doc[^] says that you will need to call DeviceIoControl()[^] function to use it.

Here's an example: http://msdn.microsoft.com/en-us/library/aa363147%28VS.85%29.aspx[^]
 
Share this answer
 

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