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.

21 lines
400 B

  1. import "oaidl.idl";
  2. import "ocidl.idl";
  3. [
  4. uuid(01CF74F5-A313-4cea-AAC7-D4A983B5B126)
  5. ]
  6. library WIAScannerSampleExtLib
  7. {
  8. importlib("stdole32.tlb");
  9. importlib("stdole2.tlb");
  10. [
  11. uuid(50983B34-4F6E-448e-A2AB-3921EE71BE61),
  12. helpstring("Shell extension class")
  13. ]
  14. coclass ShellExt
  15. {
  16. [default] interface IUnknown;
  17. };
  18. };