20 lines
385 B
Plaintext
20 lines
385 B
Plaintext
class FastEvent : __ExtrinsicEvent
|
|
{
|
|
sint32 IntProp;
|
|
string StringProp;
|
|
object o;
|
|
};
|
|
|
|
instance of __Win32Provider as $P1
|
|
{
|
|
Name = "FastEventProv";
|
|
Clsid = "{74E3B84C-C7BE-4e0a-9BD2-853CA72CD435}";
|
|
HostingModel="decoupled";
|
|
};
|
|
|
|
instance of __EventProviderRegistration
|
|
{
|
|
Provider = $P1;
|
|
EventQueryList = {"select * from FastEvent"};
|
|
};
|