ReactOS 0.4.15-dev-7934-g1dc8d80
tnmsg.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MSG_COPYRIGHT   0x01
 
#define MSG_COPYRIGHT_1   0x02
 
#define MSG_USAGE   0x03
 
#define MSG_USAGE_1   0x04
 
#define MSG_HELP   0x05
 
#define MSG_HELP_1   0x06
 
#define MSG_INVCMD   0x07
 
#define MSG_ERROR   0x08
 
#define MSG_INFO   0x09
 
#define MSG_WARNING   0x0a
 
#define MSG_TRYING   0x0b
 
#define MSG_CONNECTED   0x0c
 
#define MSG_TERMBYREM   0x0d
 
#define MSG_KEYMAP   0x0e
 
#define MSG_ERRKEYMAP   0x0f
 
#define MSG_DUMPFILE   0x10
 
#define MSG_CONFIG   0x11
 
#define MSG_NOINI   0x12
 
#define MSG_BADVAL   0x13
 
#define MSG_NOSPAWN   0x14
 
#define MSG_RESOLVING   0x15
 
#define MSG_NOSERVICE   0x16
 
#define MSG_SIZEALIAS   0x17
 
#define MSG_ERRPIPE   0x18
 
#define MSG_BADUSAGE   0x19
 
#define MSG_ALREADYCONNECTED   0x1a
 
#define MSG_KEYNOVAL   1001
 
#define MSG_KEYBADVAL   1002
 
#define MSG_KEYBADSTRUCT   1003
 
#define MSG_KEYBADCHARS   1004
 
#define MSG_KEYUNEXPLINE   1005
 
#define MSG_KEYUNEXPEOF   1006
 
#define MSG_KEYUNEXPTOK   1007
 
#define MSG_KEYUNEXPTOKIN   1008
 
#define MSG_KEYUNEXP   1009
 
#define MSG_KEYNOGLOBAL   1010
 
#define MSG_KEYNOCONFIG   1011
 
#define MSG_KEYUSECONFIG   1012
 
#define MSG_KEYNOSWKEY   1013
 
#define MSG_KEYCANNOTDEF   1014
 
#define MSG_KEYDUPSWKEY   1015
 
#define MSG_KEYUNKNOWNMAP   1016
 
#define MSG_KEYNOCHARMAPS   1017
 
#define MSG_KEYNOKEYMAPS   1018
 
#define MSG_KEYNUMMAPS   1019
 
#define MSG_KEYBADMAP   1020
 
#define MSG_KEYMAPSWITCHED   1021
 
#define MSG_WSAEINTR   0x2714
 
#define MSG_WSAEBADF   0x2719
 
#define MSG_WSAEACCESS   0x271D
 
#define MSG_WSAEDEFAULT   0x271E
 
#define MSG_WSAEINVAL   0x2726
 
#define MSG_WSAEMFILE   0x2728
 
#define MSG_WSAEWOULDBLOCK   0x2733
 
#define MSG_WSAEINPROGRESS   0x2734
 
#define MSG_WSAEALREADY   0x2735
 
#define MSG_WSAENOTSOCK   0x2736
 
#define MSG_WSAEDESTADDRREQ   0x2737
 
#define MSG_WSAEMSGSIZE   0x2738
 
#define MSG_WSAEPROTOTYPE   0x2739
 
#define MSG_WSAENOPROTOOPT   0x273A
 
#define MSG_WSAEPROTONOTSUPPORT   0x273B
 
#define MSG_WSAESOCKNOTSUPPORT   0x273C
 
#define MSG_WSAEOPNOTSUPP   0x273D
 
#define MSG_WSAEPFNOTSUPPORT   0x273E
 
#define MSG_WSAEAFNOTSUPPORT   0x273F
 
#define MSG_WSAEADDRINUSE   0x2740
 
#define MSG_WSAEADDRNOTAVAIL   0x2741
 
#define MSG_WSAENETDOWN   0x2742
 
#define MSG_WSAENETUNREACH   0x2743
 
#define MSG_WSAENETRESET   0x2744
 
#define MSG_WSAECONNABORTED   0x2745
 
#define MSG_WSAECONNRESET   0x2746
 
#define MSG_WSAENOBUFS   0x2747
 
#define MSG_WSAEISCONN   0x2748
 
#define MSG_WSAENOTCONN   0x2749
 
#define MSG_WSAESHUTDOWN   0x274A
 
#define MSG_WSAETOOMANYREFS   0x274B
 
#define MSG_WSAETIMEDOUT   0x274C
 
#define MSG_WSAECONNREFUSED   0x274D
 
#define MSG_WSAELOOP   0x274E
 
#define MSG_WSAENAMETOOLONG   0x274F
 
#define MSG_WSAEHOSTDOWN   0x2750
 
#define MSG_WSAEHOSTUNREACH   0x2751
 
#define MSG_WSAESYSNOTREADY   0x276B
 
#define MSG_WSAVERNOTSUPPORTED   0x276C
 
#define MSG_WSANOTINITIALISED   0x276D
 
#define MSG_WSAHOST_NOT_FOUND   0x2AF9
 
#define MSG_WSATRY_AGAIN   0x2AFA
 
#define MSG_WSANO_RECOVERY   0x2AFB
 
#define MSG_WSANO_DATA   0x2AFC
 

Macro Definition Documentation

◆ MSG_ALREADYCONNECTED

#define MSG_ALREADYCONNECTED   0x1a

Definition at line 30 of file tnmsg.h.

◆ MSG_BADUSAGE

#define MSG_BADUSAGE   0x19

Definition at line 29 of file tnmsg.h.

◆ MSG_BADVAL

#define MSG_BADVAL   0x13

Definition at line 23 of file tnmsg.h.

◆ MSG_CONFIG

#define MSG_CONFIG   0x11

Definition at line 21 of file tnmsg.h.

◆ MSG_CONNECTED

#define MSG_CONNECTED   0x0c

Definition at line 16 of file tnmsg.h.

◆ MSG_COPYRIGHT

#define MSG_COPYRIGHT   0x01

Definition at line 5 of file tnmsg.h.

◆ MSG_COPYRIGHT_1

#define MSG_COPYRIGHT_1   0x02

Definition at line 6 of file tnmsg.h.

◆ MSG_DUMPFILE

#define MSG_DUMPFILE   0x10

Definition at line 20 of file tnmsg.h.

◆ MSG_ERRKEYMAP

#define MSG_ERRKEYMAP   0x0f

Definition at line 19 of file tnmsg.h.

◆ MSG_ERROR

#define MSG_ERROR   0x08

Definition at line 12 of file tnmsg.h.

◆ MSG_ERRPIPE

#define MSG_ERRPIPE   0x18

Definition at line 28 of file tnmsg.h.

◆ MSG_HELP

#define MSG_HELP   0x05

Definition at line 9 of file tnmsg.h.

◆ MSG_HELP_1

#define MSG_HELP_1   0x06

Definition at line 10 of file tnmsg.h.

◆ MSG_INFO

#define MSG_INFO   0x09

Definition at line 13 of file tnmsg.h.

◆ MSG_INVCMD

#define MSG_INVCMD   0x07

Definition at line 11 of file tnmsg.h.

◆ MSG_KEYBADCHARS

#define MSG_KEYBADCHARS   1004

Definition at line 35 of file tnmsg.h.

◆ MSG_KEYBADMAP

#define MSG_KEYBADMAP   1020

Definition at line 51 of file tnmsg.h.

◆ MSG_KEYBADSTRUCT

#define MSG_KEYBADSTRUCT   1003

Definition at line 34 of file tnmsg.h.

◆ MSG_KEYBADVAL

#define MSG_KEYBADVAL   1002

Definition at line 33 of file tnmsg.h.

◆ MSG_KEYCANNOTDEF

#define MSG_KEYCANNOTDEF   1014

Definition at line 45 of file tnmsg.h.

◆ MSG_KEYDUPSWKEY

#define MSG_KEYDUPSWKEY   1015

Definition at line 46 of file tnmsg.h.

◆ MSG_KEYMAP

#define MSG_KEYMAP   0x0e

Definition at line 18 of file tnmsg.h.

◆ MSG_KEYMAPSWITCHED

#define MSG_KEYMAPSWITCHED   1021

Definition at line 52 of file tnmsg.h.

◆ MSG_KEYNOCHARMAPS

#define MSG_KEYNOCHARMAPS   1017

Definition at line 48 of file tnmsg.h.

◆ MSG_KEYNOCONFIG

#define MSG_KEYNOCONFIG   1011

Definition at line 42 of file tnmsg.h.

◆ MSG_KEYNOGLOBAL

#define MSG_KEYNOGLOBAL   1010

Definition at line 41 of file tnmsg.h.

◆ MSG_KEYNOKEYMAPS

#define MSG_KEYNOKEYMAPS   1018

Definition at line 49 of file tnmsg.h.

◆ MSG_KEYNOSWKEY

#define MSG_KEYNOSWKEY   1013

Definition at line 44 of file tnmsg.h.

◆ MSG_KEYNOVAL

#define MSG_KEYNOVAL   1001

Definition at line 32 of file tnmsg.h.

◆ MSG_KEYNUMMAPS

#define MSG_KEYNUMMAPS   1019

Definition at line 50 of file tnmsg.h.

◆ MSG_KEYUNEXP

#define MSG_KEYUNEXP   1009

Definition at line 40 of file tnmsg.h.

◆ MSG_KEYUNEXPEOF

#define MSG_KEYUNEXPEOF   1006

Definition at line 37 of file tnmsg.h.

◆ MSG_KEYUNEXPLINE

#define MSG_KEYUNEXPLINE   1005

Definition at line 36 of file tnmsg.h.

◆ MSG_KEYUNEXPTOK

#define MSG_KEYUNEXPTOK   1007

Definition at line 38 of file tnmsg.h.

◆ MSG_KEYUNEXPTOKIN

#define MSG_KEYUNEXPTOKIN   1008

Definition at line 39 of file tnmsg.h.

◆ MSG_KEYUNKNOWNMAP

#define MSG_KEYUNKNOWNMAP   1016

Definition at line 47 of file tnmsg.h.

◆ MSG_KEYUSECONFIG

#define MSG_KEYUSECONFIG   1012

Definition at line 43 of file tnmsg.h.

◆ MSG_NOINI

#define MSG_NOINI   0x12

Definition at line 22 of file tnmsg.h.

◆ MSG_NOSERVICE

#define MSG_NOSERVICE   0x16

Definition at line 26 of file tnmsg.h.

◆ MSG_NOSPAWN

#define MSG_NOSPAWN   0x14

Definition at line 24 of file tnmsg.h.

◆ MSG_RESOLVING

#define MSG_RESOLVING   0x15

Definition at line 25 of file tnmsg.h.

◆ MSG_SIZEALIAS

#define MSG_SIZEALIAS   0x17

Definition at line 27 of file tnmsg.h.

◆ MSG_TERMBYREM

#define MSG_TERMBYREM   0x0d

Definition at line 17 of file tnmsg.h.

◆ MSG_TRYING

#define MSG_TRYING   0x0b

Definition at line 15 of file tnmsg.h.

◆ MSG_USAGE

#define MSG_USAGE   0x03

Definition at line 7 of file tnmsg.h.

◆ MSG_USAGE_1

#define MSG_USAGE_1   0x04

Definition at line 8 of file tnmsg.h.

◆ MSG_WARNING

#define MSG_WARNING   0x0a

Definition at line 14 of file tnmsg.h.

◆ MSG_WSAEACCESS

#define MSG_WSAEACCESS   0x271D

Definition at line 56 of file tnmsg.h.

◆ MSG_WSAEADDRINUSE

#define MSG_WSAEADDRINUSE   0x2740

Definition at line 73 of file tnmsg.h.

◆ MSG_WSAEADDRNOTAVAIL

#define MSG_WSAEADDRNOTAVAIL   0x2741

Definition at line 74 of file tnmsg.h.

◆ MSG_WSAEAFNOTSUPPORT

#define MSG_WSAEAFNOTSUPPORT   0x273F

Definition at line 72 of file tnmsg.h.

◆ MSG_WSAEALREADY

#define MSG_WSAEALREADY   0x2735

Definition at line 62 of file tnmsg.h.

◆ MSG_WSAEBADF

#define MSG_WSAEBADF   0x2719

Definition at line 55 of file tnmsg.h.

◆ MSG_WSAECONNABORTED

#define MSG_WSAECONNABORTED   0x2745

Definition at line 78 of file tnmsg.h.

◆ MSG_WSAECONNREFUSED

#define MSG_WSAECONNREFUSED   0x274D

Definition at line 86 of file tnmsg.h.

◆ MSG_WSAECONNRESET

#define MSG_WSAECONNRESET   0x2746

Definition at line 79 of file tnmsg.h.

◆ MSG_WSAEDEFAULT

#define MSG_WSAEDEFAULT   0x271E

Definition at line 57 of file tnmsg.h.

◆ MSG_WSAEDESTADDRREQ

#define MSG_WSAEDESTADDRREQ   0x2737

Definition at line 64 of file tnmsg.h.

◆ MSG_WSAEHOSTDOWN

#define MSG_WSAEHOSTDOWN   0x2750

Definition at line 89 of file tnmsg.h.

◆ MSG_WSAEHOSTUNREACH

#define MSG_WSAEHOSTUNREACH   0x2751

Definition at line 90 of file tnmsg.h.

◆ MSG_WSAEINPROGRESS

#define MSG_WSAEINPROGRESS   0x2734

Definition at line 61 of file tnmsg.h.

◆ MSG_WSAEINTR

#define MSG_WSAEINTR   0x2714

Definition at line 54 of file tnmsg.h.

◆ MSG_WSAEINVAL

#define MSG_WSAEINVAL   0x2726

Definition at line 58 of file tnmsg.h.

◆ MSG_WSAEISCONN

#define MSG_WSAEISCONN   0x2748

Definition at line 81 of file tnmsg.h.

◆ MSG_WSAELOOP

#define MSG_WSAELOOP   0x274E

Definition at line 87 of file tnmsg.h.

◆ MSG_WSAEMFILE

#define MSG_WSAEMFILE   0x2728

Definition at line 59 of file tnmsg.h.

◆ MSG_WSAEMSGSIZE

#define MSG_WSAEMSGSIZE   0x2738

Definition at line 65 of file tnmsg.h.

◆ MSG_WSAENAMETOOLONG

#define MSG_WSAENAMETOOLONG   0x274F

Definition at line 88 of file tnmsg.h.

◆ MSG_WSAENETDOWN

#define MSG_WSAENETDOWN   0x2742

Definition at line 75 of file tnmsg.h.

◆ MSG_WSAENETRESET

#define MSG_WSAENETRESET   0x2744

Definition at line 77 of file tnmsg.h.

◆ MSG_WSAENETUNREACH

#define MSG_WSAENETUNREACH   0x2743

Definition at line 76 of file tnmsg.h.

◆ MSG_WSAENOBUFS

#define MSG_WSAENOBUFS   0x2747

Definition at line 80 of file tnmsg.h.

◆ MSG_WSAENOPROTOOPT

#define MSG_WSAENOPROTOOPT   0x273A

Definition at line 67 of file tnmsg.h.

◆ MSG_WSAENOTCONN

#define MSG_WSAENOTCONN   0x2749

Definition at line 82 of file tnmsg.h.

◆ MSG_WSAENOTSOCK

#define MSG_WSAENOTSOCK   0x2736

Definition at line 63 of file tnmsg.h.

◆ MSG_WSAEOPNOTSUPP

#define MSG_WSAEOPNOTSUPP   0x273D

Definition at line 70 of file tnmsg.h.

◆ MSG_WSAEPFNOTSUPPORT

#define MSG_WSAEPFNOTSUPPORT   0x273E

Definition at line 71 of file tnmsg.h.

◆ MSG_WSAEPROTONOTSUPPORT

#define MSG_WSAEPROTONOTSUPPORT   0x273B

Definition at line 68 of file tnmsg.h.

◆ MSG_WSAEPROTOTYPE

#define MSG_WSAEPROTOTYPE   0x2739

Definition at line 66 of file tnmsg.h.

◆ MSG_WSAESHUTDOWN

#define MSG_WSAESHUTDOWN   0x274A

Definition at line 83 of file tnmsg.h.

◆ MSG_WSAESOCKNOTSUPPORT

#define MSG_WSAESOCKNOTSUPPORT   0x273C

Definition at line 69 of file tnmsg.h.

◆ MSG_WSAESYSNOTREADY

#define MSG_WSAESYSNOTREADY   0x276B

Definition at line 91 of file tnmsg.h.

◆ MSG_WSAETIMEDOUT

#define MSG_WSAETIMEDOUT   0x274C

Definition at line 85 of file tnmsg.h.

◆ MSG_WSAETOOMANYREFS

#define MSG_WSAETOOMANYREFS   0x274B

Definition at line 84 of file tnmsg.h.

◆ MSG_WSAEWOULDBLOCK

#define MSG_WSAEWOULDBLOCK   0x2733

Definition at line 60 of file tnmsg.h.

◆ MSG_WSAHOST_NOT_FOUND

#define MSG_WSAHOST_NOT_FOUND   0x2AF9

Definition at line 94 of file tnmsg.h.

◆ MSG_WSANO_DATA

#define MSG_WSANO_DATA   0x2AFC

Definition at line 97 of file tnmsg.h.

◆ MSG_WSANO_RECOVERY

#define MSG_WSANO_RECOVERY   0x2AFB

Definition at line 96 of file tnmsg.h.

◆ MSG_WSANOTINITIALISED

#define MSG_WSANOTINITIALISED   0x276D

Definition at line 93 of file tnmsg.h.

◆ MSG_WSATRY_AGAIN

#define MSG_WSATRY_AGAIN   0x2AFA

Definition at line 95 of file tnmsg.h.

◆ MSG_WSAVERNOTSUPPORTED

#define MSG_WSAVERNOTSUPPORTED   0x276C

Definition at line 92 of file tnmsg.h.