Add the following key to the registry for event notification and authorization components:
[HKEY_LOCAL_MACHINE\Software\Microsoft\NetShow\Servers\
\Default\Event Notification]
At startup, the server checks the registry and instantiates each of the components listed under this key.
Following is an example of the values that should be added to the Event Notification key;
[HKEY_LOCAL_MACHINE\Software\Microsoft\NetShow\Servers\
\Default\Event Notification\Sample Billing Module]
"CLSID"="{16DA4310-2955-11D1-9E98-006097D2D7CF}"
"Description"="Sample billing module"
"Author"="Developer Name"
"Copyright"="(c) Developer 1997"
"Enabled"=dword:00000001
"Index"=dword:00000000
{Description of these values goes here!!!}
Note: Every plug-in component supports notification, support for authorization is optional. The server calls the QueryInterface method to determine if the component supports authorization.
© 1996-1998 Microsoft Corporation. All rights reserved.