25 lines
268 B
Plaintext
25 lines
268 B
Plaintext
|
/*++
|
||
|
|
||
|
Copyright (c) 1997-1999 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
wmidp.acf
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
WMI data consumer server interface configuration file
|
||
|
|
||
|
Author:
|
||
|
|
||
|
16-Jan-1997 AlanWar
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
interface wmidll
|
||
|
{
|
||
|
[async] NotificationDelivery();
|
||
|
}
|