Changeset 497 for trunk/Include/api_winerror.sbp
- Timestamp:
- Mar 28, 2008, 5:43:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/api_winerror.sbp
r300 r497 1 1 ' api_winerror.sbp 2 3 4 #ifndef _INC_WINERROR5 #define _INC_WINERROR6 2 7 3 Const FACILITY_WINDOWSUPDATE = 36 … … 1608 1604 Const DNS_ERROR_DP_NOT_AVAILABLE = 9905 1609 1605 Const DNS_ERROR_DP_FSMO_ERROR = 9906 1610 #ifndef WSABASEERR 1611 #define WSABASEERR 1606 1612 1607 Const WSABASEERR = 10000 1613 1608 Const WSAEINTR = 10004 … … 1700 1695 Const WSA_QOS_ESHAPERATEOBJ = 11030 1701 1696 Const WSA_QOS_RESERVED_PETYPE = 11031 1702 #endif 1697 1703 1698 Const ERROR_SXS_SECTION_NOT_FOUND = 14000 1704 1699 Const ERROR_SXS_CANT_GEN_ACTCTX = 14001 … … 3098 3093 Const COMADMIN_E_REGISTRY_ACCESSDENIED = _HRESULT_TYPEDEF_(&h80110823) 3099 3094 Const COMADMIN_E_PARTITIONS_DISABLED = _HRESULT_TYPEDEF_(&h80110824) 3100 3101 #endif '_INC_WINERROR
Note:
See TracChangeset
for help on using the changeset viewer.