//
// Return Code macro
//
#define NWCCODE_FAILED(Status) ((Status) != SUCCESSFUL)

#define NWCCODE_SUCCEEDED(Status) ((Status) == SUCCESSFUL)

