Commit a59c0416 authored by Robert Reif's avatar Robert Reif Committed by Alexandre Julliard

Added missing error code.

parent 7714af93
......@@ -94,6 +94,7 @@ typedef DWORD DPNHANDLE, *PDPNHANDLE;
#define DPNERR_CONVERSION MAKE_DPNHRESULT(0x170)
#define DPNERR_DATATOOLARGE MAKE_DPNHRESULT(0x175)
#define DPNERR_DOESNOTEXIST MAKE_DPNHRESULT(0x180)
#define DPNERR_DPNSVRNOTAVAILABLE MAKE_DPNHRESULT(0x185)
#define DPNERR_DUPLICATECOMMAND MAKE_DPNHRESULT(0x190)
#define DPNERR_ENDPOINTNOTRECEIVING MAKE_DPNHRESULT(0x200)
#define DPNERR_ENUMQUERYTOOLARGE MAKE_DPNHRESULT(0x210)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment