summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/testinfo.dat
blob: 8bf50ad812779b6bf10cdd3e4fce9b06d805a9b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 = getprocaddress
Name = Negative test for GetProcAddress API
TYPE = DEFAULT
EXE1 = test2
LIB1 = testlib
Description
=This test tries to call GetProcAddress with
=a NULL handle, with a NULL function name, with an empty 
=function name, with an invalid name and with an 
=nvalid ordinal value.