Partager via


WZCRefreshInterface

This function refreshes specific interface information.

DWORD WZCRefreshInterface(
  LPWSTR pSrvAddr,
  DWORD dwInFlags,
  PINTF_ENTRY pIntf,
  LPDWORD pdwOutFlags
);

Parameters

  • pSrvAddr
    [in] WZC server to contact.
  • dwInFlags
    [in] Fields to be refreshed along with specific refresh actions to be taken.
  • pIntf
    [in] Key of the interface to be refreshed.
  • pdwOutFlags
    [out] Fields successfully refreshed.

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.