VBoxNetFltNotifyn.idl revision 065adffee82ccc6f7d6f1dcc2815c03a098cff3e
/* $Id$ */
/** @file
* VBoxNetFltNotify.idl - Network Filter Driver (Host), Windows Specific Code. Integration with IntNet/NetFlt
*/
/*
* Copyright (C) 2008 Sun Microsystems, Inc.
*
* Sun Microsystems, Inc. confidential
* All rights reserved
*/
/*
* Based in part on Microsoft DDK sample code for Sample Notify Object
*+---------------------------------------------------------------------------
*
* Microsoft Windows
* Copyright (C) Microsoft Corporation, 1992-2001.
*
*----------------------------------------------------------------------------
*/
#include <netcfgn.idl>
[
uuid(1ea703af-a150-4fdd-83dc-c07a7a460c7e),
version(1.0),
helpstring("VirtualBox Bridged Networking Driver Notify Object 1.0 Type Library")
]
library VBoxNetFltNotifyLib
{
[
uuid(c631480a-acbe-4add-bb1d-3ed8aa52b5d9),
helpstring("VirtualBox Bridged Networking Driver Notify Object Class")
]
coclass VBoxNetFltNotify
{
[restricted] interface INetCfgComponentControl;
[restricted] interface INetCfgComponentNotifyBinding;
};
};