TCVcsGetObjectType
Return to Introduction  Previous page  Next page
Internal Only. Returns the Object type and ID of the passed File/Folder

Delphi (TCIntf.pas)

function TCVcsGetObjectTypevar ObjID: Cardinal; ProjID: Cardinal; AName: String ): Integer;  

Parameters

Name
Description
ObjID (Out)
ID of the File or Folder
ProjID
ID of the Project to search
AName
Full path to the file or folder


Return Value

Returns the object type which can be one of:
0, na_File, na_Folder

Remarks

Reserved for internal use only

Exported

function TCVcsGetObjectTypevar ObjID: Cardinal; ProjID: Cardinal; pName: PChar ): Integer; stdcall;  


 


© 1995-2018 MCN Software