WZCSetInterface
This function sets specific interface information.
DWORD WZCSetInterface(
LPWSTR pSrvAddr,
DWORD dwInFlags,
PINTF_ENTRY pIntf,
LPDWORD pdwOutFlags
);
Parameters
- pSrvAddr
[in] WZC server to contact. - dwInFlags
[in] Fields to be set. - pIntf
[in] Key of interface to query. - pdwOutFlags
[out] Fields successfully set.
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.