runonce.idl
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. // RunOnce.idl : IDL source for RunOnce.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (RunOnce.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(7E67ADF1-1334-11D1-9676-00A0C9054168),
  10. dual,
  11. helpstring("IRunOnceCheckBox Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface IRunOnceCheckBox : IDispatch
  15. {
  16. [propget, id(1), helpstring("property ShowIE4State")] HRESULT ShowIE4State([out, retval] BOOL *pVal);
  17. [propput, id(1), helpstring("property ShowIE4State")] HRESULT ShowIE4State([in] BOOL newVal);
  18. };
  19. [
  20. uuid(7E67ADE2-1334-11D1-9676-00A0C9054168),
  21. version(1.0),
  22. helpstring("RunOnce 1.0 Type Library")
  23. ]
  24. library RUNONCELib
  25. {
  26. importlib("stdole32.tlb");
  27. importlib("stdole2.tlb");
  28. [
  29. uuid(D81A5542-0F4E-11D1-9671-00A0C9054168),
  30. helpstring("RunOnceCheckBox Class")
  31. ]
  32. coclass RunOnceCheckBox
  33. {
  34. [default] interface IRunOnceCheckBox;
  35. };
  36. };