MCPcopy Create free account
hub / github.com/ALTaleX531/OpenGlass / DllGetClassObject

Function DllGetClassObject

OpenGlass/module.cpp:7–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "ServiceHandler.h"
6
7_Use_decl_annotations_ STDAPI DllGetClassObject([[maybe_unused]] REFCLSID rclsid, [[maybe_unused]] REFIID riid, LPVOID* ppv)
8{
9 using namespace OpenGlass;
10
11 if (ppv)
12 {
13 *ppv = nullptr;
14 }
15
16 return CLASS_E_CLASSNOTAVAILABLE;
17}
18
19_Use_decl_annotations_ STDAPI DllCanUnloadNow()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected