| OmUpdHandle | VxEchoBeg | VxEchoBinReset | VxEchoEnd |
int
OmUpdHandle(VsObjHandle
*)
VsObjHandle
*oh |
i |
object handle
|
Description
Update specified object handle. Swap object data into memory if it's
not already there.
Return 1 if invalid handle, else 0.
No error messages are logged.
Memory-Management
Caveats
void
VxEchoBeg(int
*, int *)
int *idBin |
o |
index of previously active bin.
|
int *fTrans
|
o |
transaction active flag.
|
Description
Init environment for echo.
Memory-Management
Caveats
void
VxEchoBinReset(VeTargBin)
VeTargBin idBin
|
i |
Target bin (PRJ_BIN, ...).
|
Description
Reset the active bin.
Memory-Management
Caveats
void
VxEchoEnd(int
, int )
int idBin |
i |
index of previously active bin.
|
int fTrans |
i |
transaction active flag.
|
Description
Restore previous environment after echo.
Memory-Management
Caveats