VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



CSharedMemory

by surfaceLife (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB Script
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

Share memory between processes. Write a port daemon to continually read data and make it available via shared memory to any number of running applications. Easy To Use: Dim S as new CSharedMemory : S.sharedMemory "BlockName",1000 : S.memory="Shared Data" : Print S.memory

Inputs
Requires a string containing the user defined name for the shared memory block and the block size in bytes.
Code Returns
A string placed in the shared memory block can be retrieved by any application which knows the name of the shared memory block.
Side Effects
Shared memory blocks are created but never destroyed until the system is rebooted. Don't make more blocks than are required.

Rate CSharedMemory

Download CSharedMemory

Download CSharedMemory (3 KB)

CSharedMemory Comments

No comments have been posted about CSharedMemory. Why not be the first to post a comment about CSharedMemory.

Post your comment

Subject:
Message:
0/1000 characters