Changeset 1549
- Timestamp:
- 1/18/2010 4:58:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser.Util/NativeMethods/Sfc.cs
r1548 r1549 38 38 [DllImport("Sfc.dll", CharSet = CharSet.Unicode)] 39 39 [return: MarshalAs(UnmanagedType.Bool)] 40 p rivatestatic extern bool SfcIsFileProtected(IntPtr RpcHandle,40 public static extern bool SfcIsFileProtected(IntPtr RpcHandle, 41 41 string ProtFileName); 42 42 }
Note: See TracChangeset
for help on using the changeset viewer.
