TCDTrkUserByName
Return to Introduction  Previous page  Next page
Returns details of the user defined by a Name.

Delphi (TrkIntf.pas)

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

Parameters

Name
Description
Name
Name of the user to locate
UID
Returns the unique ID for 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( pName: PChar; var UID: Cardinal; const pFullName, pEMail, pLocation: PChar ): Integer; stdcall;  


 


© 1995-2018 MCN Software