| 447 | } |
| 448 | |
| 449 | STDMETHODIMP CEnumFormatEtc::Skip(ULONG celt) |
| 450 | { |
| 451 | m_nIndex += celt; |
| 452 | return (m_nIndex <= m_nNumFormats) ? S_OK : S_FALSE; |
| 453 | } |
| 454 | |
| 455 | STDMETHODIMP CEnumFormatEtc::Reset(void) |
| 456 | { |
nothing calls this directly
no outgoing calls
no test coverage detected