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
23 lines
576 B
//
|
|
// cicmsaa.idl
|
|
//
|
|
// Private interfaces for the msaa team.
|
|
//
|
|
|
|
import "oaidl.idl";
|
|
import "ocidl.idl";
|
|
|
|
[
|
|
object,
|
|
uuid(b5f8fb3b-393f-4f7c-84cb-504924c2705a),
|
|
pointer_default(unique)
|
|
]
|
|
interface ITfMSAAControl : IUnknown
|
|
{
|
|
HRESULT SystemEnableMSAA();
|
|
|
|
HRESULT SystemDisableMSAA();
|
|
};
|
|
|
|
cpp_quote("DEFINE_GUID(IID_ITfMSAAControl, 0xb5f8fb3b, 0x393f, 0x4f7c, 0x84, 0xcb, 0x50, 0x49, 0x24, 0xc2, 0x70, 0x5a);")
|
|
cpp_quote("DEFINE_GUID(CLSID_TF_MSAAControl, 0x08cd963f, 0x7a3e, 0x4f5c, 0x9b, 0xd8, 0xd6, 0x92, 0xbb, 0x04, 0x3c, 0x5b);")
|