/***************************************************************************** * * SendTo.h * * Copyright (c) 1997 Microsoft Corporation. All rights reserved. * * This source code is only intended as a supplement to * Microsoft Development Tools, q.v. for detailed * information regarding the Microsoft samples programs. * * Abstract: * * Common header file for the Send To sample. * *****************************************************************************/ #define STRICT #define _WIN32_WINDOWS 0x0400 #include #ifndef RC_INVOKED #include #include #include #include #include #endif #define IDM_OPEN 0x0100 #define IDM_SENDTOPOPUP 0x0101 #define IDM_SENDTOFIRST 0x0200 #define IDM_SENDTOLAST 0x02FF