[#NetPermissions-AddFlag] = xref:NetPermissions.adoc[NetPermissions]::AddFlag :relfileprefix: ../ :mrdocs: Add a flag to a set of flags. == Synopsis Declared in `<net_permissions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void AddFlag( xref:NetPermissionFlags.adoc[NetPermissionFlags]& flags, xref:NetPermissionFlags.adoc[NetPermissionFlags] f); ---- == Parameters [cols="1,4"] |=== | Name| Description | *flags* | The flag set to modify. | *f* | The flag to add. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#