LockResource function kernel32
Retrieves a pointer to the specified resource in memory.
LPVOID LockResource(
HGLOBAL hResData
);
Implementation
Pointer LockResource(int hResData) => _LockResource(hResData);
Retrieves a pointer to the specified resource in memory.
LPVOID LockResource(
HGLOBAL hResData
);
Pointer LockResource(int hResData) => _LockResource(hResData);