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

Delphi (TCDirectIntf.pas)

function VcsSetObjectNotes( ObjectID: Cardinal; 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
Returns the Notes to be 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. Setting notes for an object will replace the notes already assigned to that object.

Exported

function TCDVcsSetObjectNotes( ObjectID: Cardinal; pNotes: PChar ): Integer; StdCall


 


© 1995-2018 MCN Software