示例#1
0
 public static extern IntPtr SlmFindLicenseEasy(
     UInt32 LicenseID,
     INFO_FORMAT_TYPE Format);
示例#2
0
 public static extern SLM_HANDLE_INDEX SlmLoginEasy(
     IntPtr LicenseParam,
     INFO_FORMAT_TYPE ParamFormat);
示例#3
0
 public static extern IntPtr SlmGetInfoEasy(
     SLM_HANDLE_INDEX SlmHandle,
     INFO_TYPE InfoType,
     INFO_FORMAT_TYPE Format);
示例#4
0
 public static extern UInt32 slm_get_license_id(
     IntPtr ipc,
     INFO_FORMAT_TYPE type,
     [In, MarshalAs(UnmanagedType.LPStr)] string desc,
     ref IntPtr result
     );
示例#5
0
 public static extern UInt32 slm_get_all_description(
     IntPtr ipc,
     INFO_FORMAT_TYPE format_type,
     ref IntPtr desc
     );
示例#6
0
 public static extern SLM_HANDLE_INDEX SlmLoginEasy(
     ref ST_LOGIN_PARAM LicenseParam,
     INFO_FORMAT_TYPE ParamFormat);