GlobalSize function kernel32

int GlobalSize(
  1. int hMem
)

Retrieves the current size of the specified global memory object, in bytes.

SIZE_T GlobalSize(
  HGLOBAL hMem
);

Implementation

int GlobalSize(int hMem) => _GlobalSize(hMem);