internal DestinationInfo(CONNMGR_DESTINATION_INFO info)
 {
     guid        = info.guid;
     description = info.szDescription;
     secure      = info.fSecure;
 }
Пример #2
0
 internal static extern int EnumDestinations(int Index, out CONNMGR_DESTINATION_INFO pDestInfo);