Searched refs:celt (Results 1 – 8 of 8) sorted by relevance
373 STDMETHODIMP CEnumFormatEtc::Next( ULONG celt, LPFORMATETC rgelt, ULONG* pceltFetched ) in Next() argument375 OSL_ASSERT( ( ( celt > 0 ) && ( NULL != rgelt ) ) || in Next()376 ( ( 0 == celt ) && ( NULL == rgelt ) ) ); in Next()378 if ( ( 0 != celt ) && ( NULL == rgelt ) ) in Next()382 ULONG ulToFetch = celt; in Next()401 if ( ulFetched == celt ) in Next()417 STDMETHODIMP CEnumFormatEtc::Skip( ULONG celt ) in Skip() argument421 if ( ( m_nCurrentPos + celt ) < sizeof( m_cfFormats ) ) in Skip()423 m_nCurrentPos += celt; in Skip()
113 STDMETHODIMP Next( ULONG celt, LPFORMATETC rgelt, ULONG* pceltFetched );114 STDMETHODIMP Skip( ULONG celt );
339 STDMETHODIMP CEnumFormatEtc::Next( ULONG celt, LPFORMATETC rgelt, ULONG* pceltFetched ) in Next() argument341 if ( ( 0 != celt ) && ( NULL == rgelt ) ) in Next()345 ULONG ulToFetch = celt; in Next()362 if ( ulFetched == celt ) in Next()377 STDMETHODIMP CEnumFormatEtc::Skip( ULONG celt ) in Skip() argument
117 STDMETHODIMP Next( ULONG celt, LPFORMATETC rgelt, ULONG* pceltFetched );118 STDMETHODIMP Skip( ULONG celt );
830 STDMETHODIMP CEnumFormatEtc::Skip( ULONG celt ) in Skip() argument832 return m_FormatEtcContainer.skipFormatEtc( celt ) ? S_OK : S_FALSE; in Skip()
161 STDMETHODIMP Skip( ULONG celt );
1466 /* [in] */ ULONG celt,
267 … cancelbutton RID_WARN_PRINTTRANSPARENCY BTN_PRINTTRANS_CANCEL 50 lv At~celt 2002-02-02 02:02…9386 …ce\windows\msi_languages\Control.ulf 0 LngText OOO_CONTROL_205 0 lv At&celt 2002-02-02 02:02…
Completed in 364 milliseconds