示例#1
0
 public static extern uint VLSrequestExt2(string license_system, string publisher_name, string product_name, string version, ref uint units_reqd, string log_comment, ref CHALLENGE challenge, ref int lshandle, ref VLSserverInfo serverInfo, [MarshalAs(UnmanagedType.AsAny)] object team_capacity_reqd, [MarshalAs(UnmanagedType.AsAny)] object capacity_reqd, string unused1, ref uint special_flag);
示例#2
0
 public static extern uint VLSrequestExt(string license_system, string publisher_name, string product_name, string version, ref uint units_reqd, string log_comment, ref CHALLENGE challenge, ref int lshandle, ref VLSserverInfo serverInfo);
示例#3
0
 public static extern uint VLSinitServerInfo(ref VLSserverInfo serverInfo);
示例#4
0
 public static extern uint VLSreleaseExt(int lshandle, uint units_consumed, string log_comment, ref VLSserverInfo serverInfo);
示例#5
0
 public static extern uint VLSgetCommuterCode(string feature_name, string feature_version, ref int units_reqd, ref int duration, ref uint lock_mask, string log_comment, string machineIDString, StringBuilder commuter_code, ref CHALLENGE challenge, ref VLSserverInfo requestInfo, ref VLSserverInfo commuterInfo, [MarshalAs(UnmanagedType.AsAny)] object extension_in_duration);