dmpinitmanager
dmpinitmanager |
Purpose
Synopsis
procedure dmpinitmanager(res:dmpresource)
Argument
|
res
|
The
dmpresource value to initialize.
|
Example
declarations
res: dmpresource
end-declarations
dmpinitmanager(res)
if res.status<>DMP_OK then
writeln('ERROR: ',res.lasterror)
end-if
Further information
You should check the
status attribute of the
dmpresource after calling this procedure.
