Exemplo n.º 1
0
 public static extern IntPtr SlmFindLicenseEasy(
     UInt32 LicenseID,
     INFO_FORMAT_TYPE Format);
Exemplo n.º 2
0
 public static extern SLM_HANDLE_INDEX SlmLoginEasy(
     IntPtr LicenseParam,
     INFO_FORMAT_TYPE ParamFormat);
Exemplo n.º 3
0
 public static extern IntPtr SlmGetInfoEasy(
     SLM_HANDLE_INDEX SlmHandle,
     INFO_TYPE InfoType,
     INFO_FORMAT_TYPE Format);
Exemplo n.º 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
     );
Exemplo n.º 5
0
 public static extern UInt32 slm_get_all_description(
     IntPtr ipc,
     INFO_FORMAT_TYPE format_type,
     ref IntPtr desc
     );
Exemplo n.º 6
0
 public static extern SLM_HANDLE_INDEX SlmLoginEasy(
     ref ST_LOGIN_PARAM LicenseParam,
     INFO_FORMAT_TYPE ParamFormat);