IEnumUserIdentity::Skip method

[IEnumUserIdentity::Skip is not supported and may be altered or unavailable in the future. Instead, use User Accounts with Fast User Switching and Remote Desktop.]

Skips a given number of user identity interfaces in the enumeration. Used when retrieving interfaces.

Syntax

HRESULT Skip(
  [in] ULONG celt
);

Parameters

celt [in]

Type: ULONG

The number of interfaces to skip.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

IEnumUserIdentity keeps an internal count that specifies which interface is next to be retrieved. To increment this count without retrieving interfaces, call this method. To reset the count, call IEnumUserIdentity::Reset.

Requirements

Requirement Value
Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
End of client support
Windows XP
End of server support
Windows Server 2003
Header
Msident.h
IDL
Msident.idl
DLL
Msident.dll

See also

IEnumUserIdentity

IEnumUserIdentity::Reset

IEnumUserIdentity::Next

IEnumUserIdentity::GetCount