WM_AETYPE enumeration
The WM_AETYPE enumeration specifies the permissions for an entry in an IP address access list.
Syntax
enum WM_AETYPE { WM_AETYPE_INCLUDE = 'i',
WM_AETYPE_EXCLUDE = 'e'
};
Constants
- WM_AETYPE_INCLUDE
-
IP addresses that match the access entry are allowed to connect to the network sink.
- WM_AETYPE_EXCLUDE
-
IP addresses that match the access entry are not allowed to connect to the network sink.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Version | Windows Media Format 7 SDK, or later versions of the SDK |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/27/2012
