IEnumInputContext::Skip method

Skips over the specified number of input context handles in the enumeration sequence.

Syntax

HRESULT Skip(
  [in] unsigned long ulCount
);

Parameters

  • ulCount [in]
    An unsigned long integer value that contains the number of structures to skip.

Return value

Returns S_OK if successful, or an error value otherwise.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Dimm.h

IDL

Dimm.idl

See also

IEnumInputContext