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

  1. // CompSvrExt.idl : IDL source for CompSvrExt.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (CompSvrExt.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(83E05E3D-CF47-4146-BE16-5E876584119D),
  10. helpstring("IPropPageExt Interface"),
  11. pointer_default(unique)
  12. ]
  13. interface IPropPageExt : IUnknown
  14. {
  15. };
  16. [
  17. uuid(3CB445BD-E688-467A-8EF6-77CE97BD1C88),
  18. helpstring("PropPageExt Class")
  19. ]
  20. coclass PropPageExt
  21. {
  22. [default] interface IPropPageExt;
  23. };