Searched defs:NamePf2DeleteUnion (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageNATNetwork.cpp229 RTGETOPTUNION NamePf2DeleteUnion; local
237 &NamePf2DeleteUnion,
243 if (strlen(NamePf2DeleteUnion.psz) > PF_NAMELEN)
248 RTStrCopy(Name2Delete.szName, PF_NAMELEN, NamePf2DeleteUnion.psz);

Completed in 95 milliseconds