Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Skip method skips the specified number of devices in the enumeration sequence.
Syntax
HRESULT Skip(
[in] UINT32 cConnectors
);
Parameters
-
cConnectors [in]
-
The number of devices to skip.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
The specified number of devices could not be skipped. One possible cause: The cConnectors parameter specifies more devices than actually remain in the enumeration sequence. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 7 [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
| IDL |
|
| Library |
|