LockResource function kernel32

Pointer<NativeType> LockResource(
  1. Pointer<NativeType> hResData
)

Retrieves a pointer to the specified resource in memory.

LPVOID LockResource(
  HGLOBAL hResData
);

Implementation

Pointer LockResource(Pointer hResData) => _LockResource(hResData);