LockResource function kernel32

Pointer<NativeType> LockResource(
  1. HGLOBAL hResData
)

Retrieves a pointer to the specified resource in memory.

To learn more, see learn.microsoft.com/windows/win32/api/libloaderapi/nf-libloaderapi-lockresource.

Implementation

@pragma('vm:prefer-inline')
Pointer LockResource(HGLOBAL hResData) => _LockResource(hResData);