| Title: | DECmcc user notes file. Does not replace IPMT. |
| Notice: | Use IPMT for problems. Newsletter location in note 6187 |
| Moderator: | TAEC::BEROUD |
| Created: | Mon Aug 21 1989 |
| Last Modified: | Wed Jun 04 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 6497 |
| Total number of notes: | 27359 |
I am wondering if it is possible to support the Export FM directives from an application. In other words, are there MCC_calls equivalent for : EXPORT ... SUSPEND EXPORTING ... RESUME EXPORTING ... DELETE EXPORTING ... and what is the parameter passing mechanism ? Thanks in advance. Jean-Luc
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 4586.1 | Should work just fine... | RACER::dave | Ahh, but fortunately, I have the key to escape reality. | Mon Feb 22 1993 08:38 | 4 |
Jean-Luc You should be able to build all of the MCC_CALL blocks that are used. After all, you are simply looking like another PM at that point. | |||||
| 4586.2 | absolutely do-able. | TOOK::MCPHERSON | pre-retinal integration | Mon Feb 22 1993 08:45 | 17 |
>
>In other words, are there MCC_calls equivalent for :
> EXPORT ...
> SUSPEND EXPORTING ...
> RESUME EXPORTING ...
> DELETE EXPORTING ...
>
>and what is the parameter passing mechanism ?
>
Absolutely! What you are describing is simly issuing an MCC_CALL_FM
with the "Verb" set to "MCC_K_VERB_EXPORT" and put in the other args.
See the System Reference Manual and Management Module Programming Guide
for more info on how to use mcc_call() interface.
/doug
| |||||
| 4586.3 | read the MRM also | KAJUN::NELSON | Mon Feb 22 1993 10:06 | 7 | |
In addition, to reading the MM Programming Guide and the SRM, you can read the Exporter FM Module Reference Manual (MRM), which defines mcc_call interface to the the Exporter FM. The MRM for each module shipped by Digital comes with the DECmcc Developer's Toolkit. It is an install-time option or you can pull it out of the saveset. ...kjn | |||||