LockResource function kernel32
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);