You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
451 B
22 lines
451 B
[
|
|
helpstring("NNTP Directory Drop extension object - NNTPDirectoryDrop"),
|
|
uuid(BDF68FCF-0209-11d1-85C2-00C04FB960EA),
|
|
version(1.0)
|
|
]
|
|
library NNTPDirectoryDrop
|
|
{
|
|
import "ocidl.idl";
|
|
import "nntpfilt.idl";
|
|
|
|
[
|
|
control,
|
|
helpstring("CNNTPDirectoryDrop"),
|
|
uuid(BDF68FCE-0209-11d1-85C2-00C04FB960EA),
|
|
version(1.0)
|
|
]
|
|
coclass CNNTPDirectoryDrop
|
|
{
|
|
[default] interface INNTPFilter;
|
|
interface IPersistPropertyBag;
|
|
}
|
|
};
|