Last change
on this file since 96621 was 96407, checked in by vboxsync, 2 years ago |
scm copyright and license note update
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.4 KB
|
Line | |
---|
1 | ;
|
---|
2 | ; Copyright (C) 2012-2022 Oracle and/or its affiliates.
|
---|
3 | ;
|
---|
4 | ; This file is part of VirtualBox base platform packages, as
|
---|
5 | ; available from https://www.virtualbox.org.
|
---|
6 | ;
|
---|
7 | ; This program is free software; you can redistribute it and/or
|
---|
8 | ; modify it under the terms of the GNU General Public License
|
---|
9 | ; as published by the Free Software Foundation, in version 3 of the
|
---|
10 | ; License.
|
---|
11 | ;
|
---|
12 | ; This program is distributed in the hope that it will be useful, but
|
---|
13 | ; WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
14 | ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
15 | ; General Public License for more details.
|
---|
16 | ;
|
---|
17 | ; You should have received a copy of the GNU General Public License
|
---|
18 | ; along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
19 | ;
|
---|
20 | ; SPDX-License-Identifier: GPL-3.0-only
|
---|
21 | ;
|
---|
22 |
|
---|
23 | LIBRARY VBOXMRXNP
|
---|
24 |
|
---|
25 | EXPORTS
|
---|
26 | NPGetCaps @13
|
---|
27 | NPAddConnection @17
|
---|
28 | NPAddConnection3 @38
|
---|
29 | NPCancelConnection @18
|
---|
30 | NPGetConnection @12
|
---|
31 | NPOpenEnum @33
|
---|
32 | NPEnumResource @34
|
---|
33 | NPCloseEnum @35
|
---|
34 | NPGetUniversalName @40
|
---|
35 | NPGetResourceParent @41
|
---|
36 | NPGetResourceInformation @52
|
---|
37 | NPLogonNotify @500
|
---|
38 | NPPasswordChangeNotify @501
|
---|
39 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.