Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IEnumScript::Skip method

Advances the specified number of SCRIPTINFO structures in the enumeration.

Syntax


HRESULT Skip(
  [inunsigned 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

 

 

Show: