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.

23 lines
576 B

  1. //
  2. // cicmsaa.idl
  3. //
  4. // Private interfaces for the msaa team.
  5. //
  6. import "oaidl.idl";
  7. import "ocidl.idl";
  8. [
  9. object,
  10. uuid(b5f8fb3b-393f-4f7c-84cb-504924c2705a),
  11. pointer_default(unique)
  12. ]
  13. interface ITfMSAAControl : IUnknown
  14. {
  15. HRESULT SystemEnableMSAA();
  16. HRESULT SystemDisableMSAA();
  17. };
  18. cpp_quote("DEFINE_GUID(IID_ITfMSAAControl, 0xb5f8fb3b, 0x393f, 0x4f7c, 0x84, 0xcb, 0x50, 0x49, 0x24, 0xc2, 0x70, 0x5a);")
  19. cpp_quote("DEFINE_GUID(CLSID_TF_MSAAControl, 0x08cd963f, 0x7a3e, 0x4f5c, 0x9b, 0xd8, 0xd6, 0x92, 0xbb, 0x04, 0x3c, 0x5b);")