Last change
on this file since 55998 was 36184, checked in by vboxsync, 14 years ago |
rework NetFlt/Adp
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | /* $Id: VBoxNetFltNobjT.idl 36184 2011-03-07 10:57:04Z vboxsync $ */
|
---|
2 | /** @file
|
---|
3 | * VBoxNetFltNobjT.idl - Notify Object for Bridged Networking Driver.
|
---|
4 | * Type lib definition
|
---|
5 | */
|
---|
6 | /*
|
---|
7 | * Copyright (C) 2011 Oracle Corporation
|
---|
8 | *
|
---|
9 | * This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | * available from http://www.virtualbox.org. This file is free software;
|
---|
11 | * you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | * General Public License (GPL) as published by the Free Software
|
---|
13 | * Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | */
|
---|
17 | #include <netcfgn.idl>
|
---|
18 |
|
---|
19 | [
|
---|
20 | uuid(2a0c94d1-40e1-439c-8fe8-24107cab0840),
|
---|
21 | version(1.1),
|
---|
22 | helpstring("VirtualBox Bridged Networking Driver Notify Object v1.1 Type Library")
|
---|
23 | ]
|
---|
24 | library VBoxNetFltNobjLib
|
---|
25 | {
|
---|
26 | [
|
---|
27 | uuid(f374d1a0-bf08-4bdc-9cb2-c15ddaeef955),
|
---|
28 | helpstring("VirtualBox Bridged Networking Driver Notify Object Class")
|
---|
29 | ]
|
---|
30 | coclass VBoxNetFltNobj
|
---|
31 | {
|
---|
32 | [restricted] interface INetCfgComponentControl;
|
---|
33 | [restricted] interface INetCfgComponentNotifyBinding;
|
---|
34 | };
|
---|
35 | }; |
---|
Note:
See
TracBrowser
for help on using the repository browser.