Added missing error code.

oldstable
Robert Reif 2005-09-30 10:34:43 +00:00 committed by Alexandre Julliard
parent 7714af934d
commit a59c0416e0
1 changed files with 1 additions and 0 deletions

View File

@ -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)