IEnumRemoteDebugApplications::Skip

Skips a specified number of segments in an enumeration sequence.

Syntax

HRESULT Skip(  
   ULONG  celt  
);  

Parameters

celt
[in] Number of segments in the enumeration sequence to skip.

Return Value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Value Description
S_OK The method succeeded.

Remarks

This method skips a specified number of segments in an enumeration sequence.

See also

IEnumRemoteDebugApplications Interface