MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / GetUserClassID

Method GetUserClassID

include/com/IOleObjectImpl.h:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 STDMETHODIMP GetUserClassID(CLSID *pClsid) {
96 if (pClsid == NULL) {
97 return E_POINTER;
98 }
99 *pClsid = __uuidof(TImpl);
100 return S_OK;
101 }
102
103 STDMETHODIMP GetUserType(DWORD dwFormOfType, LPOLESTR *pszUserType) {
104 if (pszUserType == NULL) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected