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()
1221 byte[] pClassID = new byte[16]; in createEmbedObject()1228 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1235 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1242 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1249 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1256 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1263 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1270 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1277 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()1280 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()
610 SCODE STDMETHODCALLTYPE COooFilter::GetClassID(CLSID * pClassID) in GetClassID() argument612 *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 43 milliseconds