Partager via


WZCEnumInterfaces

This function provides a table containing key information for all managed interfaces.

For each subsequent call to WZCEnumInterfaces, a client must identify the interface it is operating on by providing relevant key information.

DWORD WZCEnumInterfaces(
  LPWSTR pSrvAddr,
  PINTFS_KEY_TABLE pIntfs
);

Parameters

  • pSrvAddr
    [in] WZC server to contact.
  • pIntf
    [out] Table of key information for all interfaces.

Return Values

Returns ERROR_SUCCESS if the operation completes successfully; otherwise, returns a Microsoft Win32 error code.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Wzcsapi.h.
Link Library: Wzcsapi.lib.

See Also

Automatic Configuration Functions

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.