windows-nt/Source/XPSP1/NT/ds/adsi/novellnw/nwcmacro.h

10 lines
185 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// #include "nwapi32.h"
//
// Return Code macro
//
#define NWCCODE_FAILED(Status) ((NWCCODE)(Status) != SUCCESSFUL)
#define NWCCODE_SUCCESS(Status) ((NWCCODE)(Status) == SUCCESSFUL)