| Web API Reference | MapGuide Open Source |

Defines | |
| #define | _CRT_SECURE_NO_DEPRECATE 1 |
| #define | MG_HTON64(X) ACE_SWAP_64 (*reinterpret_cast<i64u *>(&X)) |
| #define | MG_HTONL(X) ACE_SWAP_LONG (*reinterpret_cast<UINT *>(&X)) |
| #define | MG_HTONS(x) ACE_SWAP_WORD(*reinterpret_cast<WORD *>(&x)) |
| #define | MG_NTOH64(X) ACE_SWAP_64 (*reinterpret_cast<i64u *>(&X)) |
| #define | MG_NTOHL(X) ACE_SWAP_LONG (*reinterpret_cast<UINT *>(&X)) |
| #define | MG_NTOHS(x) ACE_SWAP_WORD(*reinterpret_cast<WORD *>(&x)) |
Variables | |
| static const int | MG_MSG_NOSIGNAL = MSG_NOSIGNAL |