SCardFreeMemory function winscard

int SCardFreeMemory(
  1. int hContext,
  2. Pointer<NativeType> pvMem
)

Releases memory that has been returned from the resource manager using the SCARD_AUTOALLOCATE length designator.

To learn more, see learn.microsoft.com/windows/win32/api/winscard/nf-winscard-scardfreememory.

Implementation

@pragma('vm:prefer-inline')
int SCardFreeMemory(int hContext, Pointer pvMem) =>
    _SCardFreeMemory(hContext, pvMem);