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

Method GetUserType

include/com/IOleObjectImpl.h:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 STDMETHODIMP GetUserType(DWORD dwFormOfType, LPOLESTR *pszUserType) {
104 if (pszUserType == NULL) {
105 return E_POINTER;
106 }
107 return OleRegGetUserType(__uuidof(TImpl), dwFormOfType, pszUserType);
108 }
109
110 STDMETHODIMP SetExtent(DWORD dwDrawAspect, SIZEL *psizel) {
111 return S_OK;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected