Lines Matching refs:DWORD

32 void WriteDebugInfo( DWORD pThis, char* pString, DWORD nToWrite )  in WriteDebugInfo()
47 DWORD dwWritten = 0; in WriteDebugInfo()
134 for ( DWORD nInd = 0; nInd < DEFAULT_ARRAY_LEN; nInd++ ) in CheckDefHandler()
137 DWORD nID = m_pOleAdvises[nInd]->GetRegID(); in CheckDefHandler()
151 for ( DWORD nInd = 0; nInd < DEFAULT_ARRAY_LEN; nInd++ ) in CheckDefHandler()
154 DWORD nID = m_pDataAdvises[nInd]->GetRegID(); in CheckDefHandler()
268 for ( DWORD nInd = 0; nInd < DEFAULT_ARRAY_LEN; nInd++ ) in CheckDefHandler()
271 DWORD nRegID = 0; in CheckDefHandler()
283 for ( DWORD nInd = 0; nInd < DEFAULT_ARRAY_LEN; nInd++ ) in CheckDefHandler()
287 DWORD nRegID = 0; in CheckDefHandler()
312 DWORD InprocEmbedDocument_Impl::InsertAdviseLinkToList( const ComSmart<OleWrapperAdviseSink>& pOwnA… in InsertAdviseLinkToList()
315 DWORD nResult = 0; in InsertAdviseLinkToList()
319 for ( DWORD nInd = 1; nInd < DEFAULT_ARRAY_LEN && nResult == 0; nInd++ ) in InsertAdviseLinkToList()
342 for ( DWORD nInd = 0; nInd < DEFAULT_ARRAY_LEN; nInd++ ) in Clean()
689 STDMETHODIMP InprocEmbedDocument_Impl::Load( LPCOLESTR pszFileName, DWORD dwMode ) in Load()
871 STDMETHODIMP InprocEmbedDocument_Impl::Close( DWORD dwSaveOption ) in Close()
895 STDMETHODIMP InprocEmbedDocument_Impl::SetMoniker( DWORD dwWhichMoniker, IMoniker * pmk ) in SetMoniker()
912 STDMETHODIMP InprocEmbedDocument_Impl::GetMoniker( DWORD dwAssign, DWORD dwWhichMoniker, IMoniker *… in GetMoniker()
929 …procEmbedDocument_Impl::InitFromData( IDataObject * pDataObject, BOOL fCreation, DWORD dwReserved ) in InitFromData()
946 STDMETHODIMP InprocEmbedDocument_Impl::GetClipboardData( DWORD dwReserved, IDataObject ** ppDataObj… in GetClipboardData()
1062 STDMETHODIMP InprocEmbedDocument_Impl::GetUserType( DWORD dwFormOfType, LPOLESTR * pszUserType ) in GetUserType()
1079 STDMETHODIMP InprocEmbedDocument_Impl::SetExtent( DWORD dwDrawAspect, SIZEL *psizel ) in SetExtent()
1096 STDMETHODIMP InprocEmbedDocument_Impl::GetExtent( DWORD dwDrawAspect, SIZEL * psizel ) in GetExtent()
1113 STDMETHODIMP InprocEmbedDocument_Impl::Advise( IAdviseSink *pAdvSink, DWORD *pdwConnection ) in Advise()
1136 DWORD nRegID = 0; in Advise()
1155 STDMETHODIMP InprocEmbedDocument_Impl::Unadvise( DWORD dwConnection ) in Unadvise()
1167 DWORD nID = m_pOleAdvises[dwConnection]->GetRegID(); in Unadvise()
1200 STDMETHODIMP InprocEmbedDocument_Impl::GetMiscStatus( DWORD dwAspect, DWORD * pdwStatus ) in GetMiscStatus()
1320 STDMETHODIMP InprocEmbedDocument_Impl::EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC ** ppFormat… in EnumFormatEtc()
1337 …rocEmbedDocument_Impl::DAdvise( FORMATETC * pFormatetc, DWORD advf, IAdviseSink * pAdvSink, DWORD in DAdvise()
1360 DWORD nRegID = 0; in DAdvise()
1379 STDMETHODIMP InprocEmbedDocument_Impl::DUnadvise( DWORD dwConnection ) in DUnadvise()
1392 DWORD nID = m_pDataAdvises[dwConnection]->GetRegID(); in DUnadvise()
1513 STDMETHODIMP InprocEmbedDocument_Impl::Draw( DWORD dwDrawAspect, LONG lindex, void *pvAspect, DVTAR… in Draw()
1530 STDMETHODIMP InprocEmbedDocument_Impl::GetColorSet( DWORD dwDrawAspect, LONG lindex, void *pvAspect… in GetColorSet()
1547 STDMETHODIMP InprocEmbedDocument_Impl::Freeze( DWORD dwDrawAspect, LONG lindex, void *pvAspect, DWO… in Freeze()
1564 STDMETHODIMP InprocEmbedDocument_Impl::Unfreeze( DWORD dwFreeze ) in Unfreeze()
1581 STDMETHODIMP InprocEmbedDocument_Impl::SetAdvise( DWORD aspects, DWORD advf, IAdviseSink *pAdvSink ) in SetAdvise()
1614 STDMETHODIMP InprocEmbedDocument_Impl::GetAdvise( DWORD *pAspects, DWORD *pAdvf, IAdviseSink **ppAd… in GetAdvise()
1639 STDMETHODIMP InprocEmbedDocument_Impl::GetExtent( DWORD dwDrawAspect, LONG lindex, DVTARGETDEVICE *… in GetExtent()
1858 …dDocument_Impl::InternalCacheWrapper::Cache( FORMATETC *pformatetc, DWORD advf, DWORD *pdwConnecti… in Cache()
1875 STDMETHODIMP InprocEmbedDocument_Impl::InternalCacheWrapper::Uncache( DWORD dwConnection ) in Uncache()
1944 …cument_Impl::InternalCacheWrapper::UpdateCache( LPDATAOBJECT pDataObject, DWORD grfUpdf, LPVOID pR… in UpdateCache()
1961 STDMETHODIMP InprocEmbedDocument_Impl::InternalCacheWrapper::DiscardCache( DWORD dwDiscardOptions ) in DiscardCache()