Initial Release 5.0

Function : OS Memory
OSMemoryGetSize - Get size of an MEMHANDLE object
----------------------------------------------------------------------------------------------------------

#include <osmem.h>

DWORD LNPUBLIC OSMemoryGetSize(
MEMHANDLE handle
);

Description :

This function can be used to obtain the size of an object in bytes. It returns the amount of space actually available, not the size originally requested.

Parameters :

See Also :

MEMHANDLE
----------------------------------------------------------------------------------------------------------