Commit 8da6bb6f authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

include: Add SCOPE_LEVEL definition.

parent 0f89a4f8
......@@ -68,4 +68,14 @@ typedef struct _SOCKET_ADDRESS_LIST {
SOCKET_ADDRESS Address[1];
} SOCKET_ADDRESS_LIST, *LPSOCKET_ADDRESS_LIST;
typedef enum {
ScopeLevelInterface = 1,
ScopeLevelLink = 2,
ScopeLevelSubnet = 3,
ScopeLevelAdmin = 4,
ScopeLevelSite = 5,
ScopeLevelOrganization = 8,
ScopeLevelGlobal = 14
} SCOPE_LEVEL;
#endif /* _WS2DEF_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment