WindowsXP/ds/adsi/nds/nwcmacro.h
2025-04-27 07:49:33 -04: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)