home *** CD-ROM | disk | FTP | other *** search
-
- //-----------------------------------------------------------------------------
- // This is a part of the Microsoft Source Code Samples.
- // Copyright (C) 1993-1997 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 "server32.h"
-
- npserver ICON npserver.ico
- MidLive BITMAP midlive.bmp
- MidDead BITMAP middead.bmp
- EndLive BITMAP endlive.bmp
- EndDead BITMAP enddead.bmp
-
- STRINGTABLE
- BEGIN
- IDS_WRONGOS "CreateNamedPipe will only work on Windows NT."
- IDS_WINDOWTITLE "Server32 Named Pipe Sample"
- IDS_ERRORCODE "Error return code from CreateNamedPipe = %li."
- IDS_DEBUGTITLE "Debug Window"
- IDS_READERROR "ReadFile Error in ServerProc()= %d"
- IDS_DEBUGINFO "Debug Information"
- IDS_DEBUGLAST "Debug,TellAll:"
- END
-
- VS_VERSION_INFO VERSIONINFO
- FILEVERSION 4,0,0,0
- PRODUCTVERSION 4,0,0,0
- FILEFLAGSMASK 0x3fL
- #ifdef _DEBUG
- FILEFLAGS 0xbL
- #else
- FILEFLAGS 0xaL
- #endif
- FILEOS 0x10001L
- FILETYPE 0x1L
- FILESUBTYPE 0x0L
- BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904E4"
- BEGIN
- VALUE "CompanyName", "Microsoft Corporation\0"
- VALUE "FileDescription", "Named Pipe Server Example Application\0"
- VALUE "FileVersion", "Version 4.0\0"
- VALUE "InternalName", "Server32\0"
- VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1990-1995\0"
- VALUE "LegalTrademarks", "Microsoft(R) is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
- VALUE "ProductName", "Server32\0"
- VALUE "ProductVersion", "Version 4.0\0"
- END
- BLOCK "041104E4"
- BEGIN
- VALUE "CompanyName", "Microsoft Corporation\0"
- VALUE "FileDescription", "Named Pipe Server Example Application\0"
- VALUE "FileVersion", "Version 4.0\0"
- VALUE "InternalName", "Server32\0"
- VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1990-1995\0"
- VALUE "LegalTrademarks", "Microsoft(R) is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
- VALUE "ProductName", "Server32\0"
- VALUE "ProductVersion", "Version 4.0\0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1252, 0x411, 1252
- END
- END
-
- LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL
-
- STRINGTABLE
- BEGIN
- IDS_WRONGOS "CreateNamedPipe é═ Windows NT Åπé┼é╠é▌ô«ì∞é╡é▄é╖üB"
- IDS_WINDOWTITLE "Server32 û╝æOòté½âpâCâvü@âTâôâvâï"
- IDS_ERRORCODE "CreateNamedPipe é⌐éτé╠âGâëü[û▀éΦÆl= %li."
- IDS_DEBUGTITLE "âfâoâbâOÅεò±"
- IDS_READERROR "ServerProc() é╠âGâëü[û▀éΦÆl= %d"
- IDS_DEBUGINFO "âfâoâbâOÅεò±"
- IDS_DEBUGLAST "âfâoâbâO,TellAll:"
- END
-