WindowsXP-SP1/ds/adsi/nds/nwcmacro.h
2020-09-30 16:53:49 +02:00

10 lines
191 B
C

#include "nwapi32.h"
//
// Return Code macro
//
#define NWCCODE_FAILED(Status) ((NWCCODE)(Status) != SUCCESSFUL)
#define NWCCODE_SUCCESS(Status) ((NWCCODE)(Status) == SUCCESSFUL)