IEnumScript::Skip method

Advances the specified number of SCRIPTINFO structures in the enumeration.

Syntax

HRESULT Skip(
  [in] unsigned long celt
);

Parameters

  • celt [in]
    An unsigned long integer that contains the number of SCRIPTINFO structures to advance.

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

Mlang.h

IDL

Mlang.idl

DLL

Mlang.dll

See also

IEnumScript