Searched refs:pClassID (Results 1 – 10 of 10) sorted by relevance
672 byte[] pClassID = new byte[16]; in createEmbedObject()679 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()686 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()693 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()700 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()707 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()714 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()721 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()724 if ( pClassID != null ) in createEmbedObject()734 Object oEmbObj = xEmbedFactory.createInstanceInitNew( pClassID, in createEmbedObject()
1219 byte[] pClassID = new byte[16]; in createEmbedObject()1226 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1233 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1240 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1247 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1254 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1261 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1268 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1275 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1278 if ( pClassID != null ) in createEmbedObject()[all …]
332 HRESULT STDMETHODCALLTYPE CInfoTip::GetClassID(CLSID* pClassID) in GetClassID() argument334 pClassID = const_cast<CLSID*>(&CLSID_INFOTIP_HANDLER); in GetClassID()
492 HRESULT STDMETHODCALLTYPE CThumbviewer::GetClassID(CLSID* pClassID) in GetClassID() argument494 pClassID = const_cast<CLSID*>(&CLSID_THUMBVIEWER_HANDLER); in GetClassID()
609 SCODE STDMETHODCALLTYPE COooFilter::GetClassID(CLSID * pClassID) in GetClassID() argument611 *pClassID = CLSID_COooFilter; in GetClassID()
124 CLSID * pClassID);
68 virtual HRESULT STDMETHODCALLTYPE GetClassID(CLSID* pClassID);
80 virtual HRESULT STDMETHODCALLTYPE GetClassID(CLSID* pClassID);
84 STDMETHOD(GetClassID)(CLSID *pClassID);
185 STDMETHOD(GetClassID)(CLSID *pClassID);
Completed in 47 milliseconds