TCDVcsGetObjectNotes
Return to Introduction  Previous page  Next page
Returns the notes associated with the object specified by ObjectID

Delphi (TCDirectIntf.pas)

function VcsGetObjectNotes( ObjectID: Cardinal; var Notes: String ): Integer;

Parameters

Name
Description
ObjectID
The ID of the object in question. Note that this function currently only works for Project, Folder, and File objects.
Notes (out)
Returns the Notes associated with the object


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

Notes are stored in either HTML or plain text format.

Exported

function TCDVcsGetObjectNotes( ObjectID: Cardinal; const pNotes: PChar; var Length: Integer ): Integer; StdCall


 


© 1995-2018 MCN Software