Prev
|
Next
| Top >
Macro Language Guide
Project Functions
Project functions allow you to open and close projects,
and get project information.
In this section:
AddConditionVariable(hprj, szName, szValue)
AddFileToProj(hprj, filename)
CloseProj (hprj)
DeleteConditionVariable(hprj, szName)
DeleteProj (proj_name)
EmptyProj ()
GetCurrentProj ()
GetProjDir (hprj)
GetProjFileCount (hprj)
GetProjFileName (hprj, ifile)
GetProjName (hprj)
GetProjSymCount (hprj)
GetProjSymLocation (hprj, isym)
GetProjSymName (hprj, isym)
NewProj (proj_name)
OpenProj (proj_name)
RemoveFileFromProj(hprj, filename)
SyncProj (hprj)
SyncProjEx(hprj, fAddNewFiles, fForceAll, fSupressWarnings)
Prev
|
Next
| Top >
Macro Language Guide