This function returns the handle of the current project.
Example:
h = CwGetCurrentProject()
if \CwIsHandleValid(h) then do
say 'Error: No valid project.'
exit
end
name = CwGetName( h );
say 'Project filename: ' name;
Remarks:
The project handle is not particularly useful on this version
of P>G PRO. It is supported mostly for forward compatibility with
ColorWave-based programs that support multiple projects.