MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / GetInterface

Method GetInterface

ThirdParty/ASIO/common/combase.cpp:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 performing a thread safe AddRef as necessary */
157
158HRESULT CUnknown::GetInterface(LPUNKNOWN pUnk, void **ppv)
159{
160 CheckPointer(ppv, E_POINTER);
161 *ppv = pUnk;
162 pUnk->AddRef();
163 return NOERROR;
164}
165
166
167/* Compares two interfaces and returns TRUE if they are on the same object */

Callers

nothing calls this directly

Calls 1

AddRefMethod · 0.80

Tested by

no test coverage detected