MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / GetHandle

Method GetHandle

common/DynamicLibrary.h:68–68  ·  view source on GitHub ↗

Returns the opaque OS-specific handle.

Source from the content-addressed store, hash-verified

66
67 /// Returns the opaque OS-specific handle.
68 void* GetHandle() const { return m_handle; }
69
70 /// Move assignment, transfer ownership.
71 DynamicLibrary& operator=(DynamicLibrary&& move);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected