MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / Skip

Method Skip

src/DragDropSupport.cpp:449–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449STDMETHODIMP CEnumFormatEtc::Skip(ULONG celt)
450{
451 m_nIndex += celt;
452 return (m_nIndex <= m_nNumFormats) ? S_OK : S_FALSE;
453}
454
455STDMETHODIMP CEnumFormatEtc::Reset(void)
456{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected