ISharedRegister::FreeMemory
Note: Keysight's VISA COM does not support a COM server for VXI. The IVxi-related interfaces are listed in this help file because they are included in the global VISA COM library.
Description
Frees the memory previously allocated using AllocateMemory.
VB Prototype
FreeMemory(
offset As Long
)
C++ Prototype
HRESULT FreeMemory(
long offset
);
Parameters
offset
Specifies the memory previously allocated with AllocateMemory
Return Value
Refer to the table of return codes.
See Also
ComponentVersion, SpecVersion, HardwareInterfaceName, HardwareInterfaceNumber, HardwareInterfaceType, LockState, OptionString, ProgID, ResourceName, SessionType, SoftwareManufacturerID, SoftwareManufacturerName, Timeout, LastStatus, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, AllocateMemory, FreeMemory, ISharedRegister Overview