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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp996 Utf8Str strAttachment; local
1005 strAttachment = "null";
1007 strAttachment = "none";
1096 strAttachment = "nat";
1102 strAttachment = "NAT";
1116 strAttachment = "bridged";
1119 strAttachment = Utf8StrFmt("Bridged Interface '%ls'", strBridgeAdp.raw());
1130 strAttachment = "intnet";
1133 strAttachment = Utf8StrFmt("Internal Network '%s'", Utf8Str(strNetwork).c_str());
1144 strAttachment
[all...]

Completed in 48 milliseconds