Advertisement
ASP_Volume3 Windows API Call/ Explanation #48400

ICQMAPI.dll DECLARES

Establishes Basic communication with Mirabilis ICQ through the Official ICQ API's.

AI

Podsumowanie AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Kod źródłowy
original-source
Public Function ICQ_SET_LICENSE()
  Dim strName$, strPassword$, strLicense$
  strName$ = ""
  strPassword$ = ""
  strLicense$ = ""
  ICQAPICall_SetLicenseKey strName, strPassword, strLicense
End Function
Public Function ICQ_GET_VERSION() As Integer
  ICQ_GET_VERSION = ICQAPICall_GetVersion
End Function
Public Function ICQ_GET_DOCKINGSTATE() As DOCKING_STATE
  ICQ_GET_DOCKINGSTATE = ICQAPICall_GetDockingState
End Function
Public Function ICQ_GET_FIREWALLSETTINGS() As BSICQAPI_FireWallData
  ICQ_GET_FIREWALLSETTINGS = ICQAPICall_GetFirewallSettings
End Function
Public Function ICQ_GET_FULL_OWNER_DATA(pUser As BSICQAPI_User) As BSICQAPI_User
  ICQ_GET_FULL_OWNER_DATA = ICQAPICall_GetFullOwnerData
End Function
Oryginalne komentarze (3)
Odzyskane z Wayback Machine