Lines Matching refs:MAKE_DPNHRESULT

78 #define MAKE_DPNHRESULT(code)           MAKE_HRESULT(1, _DPN_FACILITY_CODE, (code + _DPNHRESULT_BASE))
92 #define DPNERR_ABORTED MAKE_DPNHRESULT(0x030)
93 #define DPNERR_ADDRESSING MAKE_DPNHRESULT(0x040)
94 #define DPNERR_ALREADYCLOSING MAKE_DPNHRESULT(0x050)
95 #define DPNERR_ALREADYCONNECTED MAKE_DPNHRESULT(0x060)
96 #define DPNERR_ALREADYDISCONNECTING MAKE_DPNHRESULT(0x070)
97 #define DPNERR_ALREADYINITIALIZED MAKE_DPNHRESULT(0x080)
98 #define DPNERR_ALREADYREGISTERED MAKE_DPNHRESULT(0x090)
99 #define DPNERR_BUFFERTOOSMALL MAKE_DPNHRESULT(0x100)
100 #define DPNERR_CANNOTCANCEL MAKE_DPNHRESULT(0x110)
101 #define DPNERR_CANTCREATEGROUP MAKE_DPNHRESULT(0x120)
102 #define DPNERR_CANTCREATEPLAYER MAKE_DPNHRESULT(0x130)
103 #define DPNERR_CANTLAUNCHAPPLICATION MAKE_DPNHRESULT(0x140)
104 #define DPNERR_CONNECTING MAKE_DPNHRESULT(0x150)
105 #define DPNERR_CONNECTIONLOST MAKE_DPNHRESULT(0x160)
106 #define DPNERR_CONVERSION MAKE_DPNHRESULT(0x170)
107 #define DPNERR_DATATOOLARGE MAKE_DPNHRESULT(0x175)
108 #define DPNERR_DOESNOTEXIST MAKE_DPNHRESULT(0x180)
109 #define DPNERR_DPNSVRNOTAVAILABLE MAKE_DPNHRESULT(0x185)
110 #define DPNERR_DUPLICATECOMMAND MAKE_DPNHRESULT(0x190)
111 #define DPNERR_ENDPOINTNOTRECEIVING MAKE_DPNHRESULT(0x200)
112 #define DPNERR_ENUMQUERYTOOLARGE MAKE_DPNHRESULT(0x210)
113 #define DPNERR_ENUMRESPONSETOOLARGE MAKE_DPNHRESULT(0x220)
114 #define DPNERR_EXCEPTION MAKE_DPNHRESULT(0x230)
115 #define DPNERR_GROUPNOTEMPTY MAKE_DPNHRESULT(0x240)
116 #define DPNERR_HOSTING MAKE_DPNHRESULT(0x250)
117 #define DPNERR_HOSTREJECTEDCONNECTION MAKE_DPNHRESULT(0x260)
118 #define DPNERR_HOSTTERMINATEDSESSION MAKE_DPNHRESULT(0x270)
119 #define DPNERR_INCOMPLETEADDRESS MAKE_DPNHRESULT(0x280)
120 #define DPNERR_INVALIDADDRESSFORMAT MAKE_DPNHRESULT(0x290)
121 #define DPNERR_INVALIDAPPLICATION MAKE_DPNHRESULT(0x300)
122 #define DPNERR_INVALIDCOMMAND MAKE_DPNHRESULT(0x310)
123 #define DPNERR_INVALIDDEVICEADDRESS MAKE_DPNHRESULT(0x320)
124 #define DPNERR_INVALIDENDPOINT MAKE_DPNHRESULT(0x330)
125 #define DPNERR_INVALIDFLAGS MAKE_DPNHRESULT(0x340)
126 #define DPNERR_INVALIDGROUP MAKE_DPNHRESULT(0x350)
127 #define DPNERR_INVALIDHANDLE MAKE_DPNHRESULT(0x360)
128 #define DPNERR_INVALIDHOSTADDRESS MAKE_DPNHRESULT(0x370)
129 #define DPNERR_INVALIDINSTANCE MAKE_DPNHRESULT(0x380)
130 #define DPNERR_INVALIDINTERFACE MAKE_DPNHRESULT(0x390)
131 #define DPNERR_INVALIDOBJECT MAKE_DPNHRESULT(0x400)
132 #define DPNERR_INVALIDPASSWORD MAKE_DPNHRESULT(0x410)
133 #define DPNERR_INVALIDPLAYER MAKE_DPNHRESULT(0x420)
134 #define DPNERR_INVALIDPRIORITY MAKE_DPNHRESULT(0x430)
135 #define DPNERR_INVALIDSTRING MAKE_DPNHRESULT(0x440)
136 #define DPNERR_INVALIDURL MAKE_DPNHRESULT(0x450)
137 #define DPNERR_INVALIDVERSION MAKE_DPNHRESULT(0x460)
138 #define DPNERR_NOCAPS MAKE_DPNHRESULT(0x470)
139 #define DPNERR_NOCONNECTION MAKE_DPNHRESULT(0x480)
140 #define DPNERR_NOHOSTPLAYER MAKE_DPNHRESULT(0x490)
141 #define DPNERR_NOMOREADDRESSCOMPONENTS MAKE_DPNHRESULT(0x500)
142 #define DPNERR_NORESPONSE MAKE_DPNHRESULT(0x510)
143 #define DPNERR_NOTALLOWED MAKE_DPNHRESULT(0x520)
144 #define DPNERR_NOTHOST MAKE_DPNHRESULT(0x530)
145 #define DPNERR_NOTREADY MAKE_DPNHRESULT(0x540)
146 #define DPNERR_NOTREGISTERED MAKE_DPNHRESULT(0x550)
147 #define DPNERR_PLAYERALREADYINGROUP MAKE_DPNHRESULT(0x560)
148 #define DPNERR_PLAYERLOST MAKE_DPNHRESULT(0x570)
149 #define DPNERR_PLAYERNOTINGROUP MAKE_DPNHRESULT(0x580)
150 #define DPNERR_PLAYERNOTREACHABLE MAKE_DPNHRESULT(0x590)
151 #define DPNERR_SENDTOOLARGE MAKE_DPNHRESULT(0x600)
152 #define DPNERR_SESSIONFULL MAKE_DPNHRESULT(0x610)
153 #define DPNERR_TABLEFULL MAKE_DPNHRESULT(0x620)
154 #define DPNERR_TIMEDOUT MAKE_DPNHRESULT(0x630)
155 #define DPNERR_UNINITIALIZED MAKE_DPNHRESULT(0x640)
156 #define DPNERR_USERCANCEL MAKE_DPNHRESULT(0x650)