GlobalSize function kernel32

int GlobalSize(
  1. Pointer<NativeType> hMem
)

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

SIZE_T GlobalSize(
  HGLOBAL hMem
);

Implementation

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