Home
last modified time | relevance | path

Searched refs:pClassID (Results 1 – 10 of 10) sorted by relevance

/trunk/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContApp.java672 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()
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java1221 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 …]
/trunk/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx332 HRESULT STDMETHODCALLTYPE CInfoTip::GetClassID(CLSID* pClassID) in GetClassID() argument
334 pClassID = const_cast<CLSID*>(&CLSID_INFOTIP_HANDLER); in GetClassID()
/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx492 HRESULT STDMETHODCALLTYPE CThumbviewer::GetClassID(CLSID* pClassID) in GetClassID() argument
494 pClassID = const_cast<CLSID*>(&CLSID_THUMBVIEWER_HANDLER); in GetClassID()
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx610 SCODE STDMETHODCALLTYPE COooFilter::GetClassID(CLSID * pClassID) in GetClassID() argument
612 *pClassID = CLSID_COooFilter; in GetClassID()
H A Dooofilt.hxx124 CLSID * pClassID);
/trunk/main/shell/inc/internal/
H A Dinfotips.hxx68 virtual HRESULT STDMETHODCALLTYPE GetClassID(CLSID* pClassID);
H A Dthumbviewer.hxx80 virtual HRESULT STDMETHODCALLTYPE GetClassID(CLSID* pClassID);
/trunk/main/embedserv/source/inc/
H A Dembeddoc.hxx84 STDMETHOD(GetClassID)(CLSID *pClassID);
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.h185 STDMETHOD(GetClassID)(CLSID *pClassID);

Completed in 73 milliseconds