mirror of https://github.com/lianthony/NT4.0
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.
42 lines
1.1 KiB
42 lines
1.1 KiB
/* ddeatoms.h */
|
|
|
|
//This is here because the file is #included by both client and server files
|
|
#define fDdeCodeInOle2Dll 1
|
|
|
|
// These atoms are defined in srvrmain.cpp
|
|
extern ATOM aEditItems;
|
|
extern ATOM aFormats;
|
|
extern ATOM aOLE;
|
|
extern ATOM aProtocols;
|
|
extern ATOM aStatus;
|
|
extern ATOM aStdClose;
|
|
extern ATOM aStdCreate;
|
|
extern ATOM aStdCreateFromTemplate;
|
|
extern ATOM aStdEdit;
|
|
extern ATOM aStdExit;
|
|
extern ATOM aStdOpen;
|
|
extern ATOM aStdShowItem;
|
|
extern ATOM aSysTopic;
|
|
extern ATOM aTopics;
|
|
|
|
// defined in ddewnd.cpp
|
|
extern ATOM aChange;
|
|
extern ATOM aClose;
|
|
extern ATOM aMSDraw;
|
|
extern ATOM aNullArg;
|
|
extern ATOM aOle;
|
|
extern ATOM aSave;
|
|
extern ATOM aStdColorScheme;
|
|
extern ATOM aStdDocDimensions;
|
|
extern ATOM aStdDocName;
|
|
extern ATOM aStdHostNames;
|
|
extern ATOM aStdTargetDevice ;
|
|
extern ATOM aSystem;
|
|
|
|
// defined in ddewnd.cpp
|
|
extern CLIPFORMAT cfBinary; // "Binary format"
|
|
extern CLIPFORMAT cfNative; // "NativeFormat"
|
|
|
|
// defined in srvrmain.cpp
|
|
extern CLIPFORMAT cfLink; // "ObjectLink"
|
|
extern CLIPFORMAT cfOwnerLink; // "Ownerlink"
|