BoxedAppSDK_SharedMem_CreateStreamOnSharedMem
Description
Returns IStream with its data located in the memory shared among all attached processes.
Syntax
C++
HRESULT __stdcall BoxedAppSDK_SharedMem_CreateStreamOnSharedMem(LPSTREAM* ppStream);
Delphi
function BoxedAppSDK_SharedMem_CreateStreamOnSharedMem(var stm: IStream): HResult; stdcall;
Parameters
shared_ptr
The shared pointer of the memory block.