windows-nt/Source/XPSP1/NT/net/published/inc/blberr.w

27 lines
364 B
OpenEdge ABL
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
blberr.h
Abstract:
Author:
*/
#ifndef __SDPBLB_ERROR_CODES__
#define __SDPBLB_ERROR_CODES__
#include <sdperr.h>
// First four bits - SEVERITY(11), CUSTOMER FLAG(1), RESERVED(0)
#define SDPBLB_CONF_BLOB_DESTROYED 0xe0000300
#endif // __SDPBLB_ERROR_CODES__