odl
Identifiziert eine Schnittstelle während eine Schnittstelle der Objektbeschreibungssprache (ODL).Der MIDL-Compiler odl das Attribut nicht erforderlich. Es wird nur bereitgestellt, um die Kompatibilität mit älteren .odl-Dateien erkannt.
[odl]
Hinweise
Das Attribut odl C++ verfügt über die gleichen Funktionen wie das odl MIDL-Attribut.
Beispiel
// cpp_attr_ref_odl.cpp
// compile with: /LD
#include <unknwn.h>
[module(name="MyLIb")];
[odl, oleautomation, dual, uuid("00000000-0000-0000-0000-000000000001")]
__interface IMyInterface
{
HRESULT x();
};
[coclass, uuid("00000000-0000-0000-0000-000000000002")]
class cmyClass : public IMyInterface
{
public:
HRESULT x(){}
};
Anforderungen
Attribut-Kontext
Betrifft |
interface |
Wiederholbar |
Nein |
Erforderliche Attribute |
None |
Ungültige Attribute |
None |
Weitere Informationen über das kontexte finden Sie unter Attribut-Kontexte.