|
|
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993
//-----------------------------------------------------------------------------
// This is a part of the Microsoft Source Code Samples.
// Copyright (C) 1993 Microsoft Corporation.
// All rights reserved.
//
// This source code is only intended as a supplement to
// Microsoft Development Tools and/or WinHelp documentation.
// See these sources for detailed information regarding the
// Microsoft samples programs.
//-----------------------------------------------------------------------------
#include "windows.h"
#include "server.h"
server ICON server.ico
ServerMenu MENU
BEGIN
POPUP "&Options"
BEGIN
MENUITEM "&Change Data", IDM_CHANGEDATA
MENUITEM "Data Render &Delay...", IDM_RENDERDELAY
MENUITEM "Set &Topic...", IDM_SETTOPIC
MENUITEM "Set &Server...", IDM_SETSERVER
MENUITEM "Set Context &Filter...", IDM_CONTEXT
MENUITEM "&Use Appowned handles", IDM_APPOWNED
MENUITEM SEPARATOR
MENUITEM "&Runaway Active", IDM_RUNAWAY
MENUITEM "&Block all callbacks", IDM_BLOCKALLCBS
MENUITEM "&Enable all callbacks", IDM_UNBLOCKALLCBS
MENUITEM "Enable &one callback", IDM_ENABLEONECB
MENUITEM "Block all after &next callback",IDM_BLOCKNEXTCB
MENUITEM "&Terminate service on next callback", IDM_TERMNEXTCB
END
MENUITEM "&About...", IDM_ABOUT
END
STRINGTABLE
BEGIN
IDS_BADLENGTH , "Invalid length value string. Reenter or cancel."
END
#include "server.dlg"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.