BoxedApp SDK Help >> Functions

BoxedAppSDK_SharedMem_Alloc

Description

The function allocates a memory block in the memory shared among all attached processes .

Syntax

[ C++ ]
typedef LONGLONG BOXEDAPP_SHARED_PTR;

BOXEDAPP_SHARED_PTR __stdcall BoxedAppSDK_SharedMem_Alloc(int nSize);

[ Delphi ]
type
    BOXEDAPP_SHARED_PTR = LargeInt;

function BoxedAppSDK_SharedMem_Alloc(dwSize: DWORD): BOXEDAPP_SHARED_PTR; stdcall;



Copyright © Softanics. All rights reserved.
BoxedApp is a trademark of Softanics.