Leaked source code of windows server 2003
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.
 
 
 
 
 
 

28 lines
547 B

// CompSvrExt.idl : IDL source for CompSvrExt.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (CompSvrExt.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(83E05E3D-CF47-4146-BE16-5E876584119D),
helpstring("IPropPageExt Interface"),
pointer_default(unique)
]
interface IPropPageExt : IUnknown
{
};
[
uuid(3CB445BD-E688-467A-8EF6-77CE97BD1C88),
helpstring("PropPageExt Class")
]
coclass PropPageExt
{
[default] interface IPropPageExt;
};