Sets the localized display name for the specified virtual LAN (VLAN) interface.
SDK
- macOS 10.5+
Framework
- System
Configuration
Declaration
Boolean SCVLANInterfaceSetLocalizedDisplayName(SCVLANInterface Ref vlan, CFString Ref newName);
Parameters
vlan
The VLAN interface.
newName
The new display name.
Return Value
TRUE
if the configuration was stored; FALSE
if an error occurred.