Syslink_attach() // module-wide |
 |
Attaches Syslink specific initialization logic to Ipc_attach function
Int Syslink_attach(UArg object, UInt16 remoteProcId);
ARGUMENTS
object
Syslink specific object plugged in Ipc object
remoteProcId
Remote processor Identifier.
(returns) 0 on success or < 0 on failure.
Syslink_detach() // module-wide |
 |
Attaches Syslink specific finalization logic to Ipc_detach function
Int Syslink_detach(UArg object, UInt16 remoteProcId);
ARGUMENTS
object
Syslink specific object plugged in Ipc object
remoteProcId
Remote processor Identifier.
(returns) 0 on success or < 0 on failure.
Module-Wide Built-Ins |
 |
// Get this module's unique id
Bool Syslink_Module_startupDone();
// Test if this module has completed startup
// The heap from which this module allocates memory
Bool Syslink_Module_hasMask();
// Test whether this module has a diagnostics mask
Bits16 Syslink_Module_getMask();
// Returns the diagnostics mask for this module
Void Syslink_Module_setMask(Bits16 mask);
// Set the diagnostics mask for this module