summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test4/testinfo.dat
blob: 4f3885b97835a9766812e26f79227f2de73d99a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
# See the LICENSE file in the project root for more information.

Version = 1.0
Section = Filemapping_memmgt
Function = UnlockFile
Name = Positive test for UnlockFile API
TYPE = DEFAULT
EXE1 = test4
Description
= Pass an invalid handle to UnlockFile.  Pass a null handle to 
= UnlockFile.  Create a file and lock two consecuative regions and call 
= UnlockFile on the whole region (this should fail, see msdn)