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.
32 lines
690 B
32 lines
690 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1999 - 1999
|
|
//
|
|
// File: conuiptrs.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
#ifndef CONUIPTRS_H
|
|
#define CONUIPTRS_H
|
|
|
|
#include <comptr.h>
|
|
|
|
DEFINE_CIP(_Application);
|
|
DEFINE_CIP(Document);
|
|
DEFINE_CIP(Views);
|
|
DEFINE_CIP(View);
|
|
DEFINE_CIP(SnapIns);
|
|
DEFINE_CIP(SnapIn);
|
|
DEFINE_CIP(ScopeNamespace);
|
|
DEFINE_CIP(Frame);
|
|
DEFINE_CIP(Nodes);
|
|
DEFINE_CIP(Node);
|
|
DEFINE_CIP(ContextMenu);
|
|
DEFINE_CIP(MenuItem);
|
|
DEFINE_CIP(ViewEvents);
|
|
|
|
#endif // CONUIPTRS_H
|