VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

CSharedMemory

surfaceLife  (1 Submission)   Custom Controls/Forms/Menus   VB Script   Advanced   Wed 3rd February 2021

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.

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 (6(6 Vote))

Download CSharedMemory

CSharedMemory Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters