FbwfUnprotectVolume (fbwflib)
Last changed: -31.19.66.206

.
Summary
Removes write protection for the specified volume.

C# Signature:

[DllImport("fbwflib.dll", SetLastError=true)]
[return: MarshalAs(UnmanagedType.U4)]
static extern uint FbwfUnprotectVolume(
     [In] [MarshalAs(UnmanagedType.LPWStr)]
     string volume,
     [In] [MarshalAs(UnmanagedType.U1)]
     bool removeExclusion);

VB Signature:

Declare Function FbwfUnprotectVolume Lib "fbwflib.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Code is tested on Windows Embedded Standard 7 32bit.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation