TCDTrkUserByID
Return to Introduction  Previous page  Next page
Returns details of the user defined by an ID.

Delphi (TrkIntf.pas)

function TrkUserByID( UID: Cardinal; var Name, FullName, Email, Location: String ): Integer;  

Parameters

Name
Description
UID
The ID of the User to get the details for
Name
Returns the Name of the user
FullName
Returns the full name of the user
Email
Returns the Email address of the user
Location
Returns the Location of the User


Return Value

Err_OK if successful or an error code indicating the error.


Exported

function TCDTrkUserByID( UID: Cardinal; const pName, pFullName, pEMail, pLocation: PChar ): Integer; stdcall;  


 


© 1995-2011 Quality Software Components Ltd