WZCQueryInterface
This function provides detailed information for a given interface.
DWORD WZCQueryInterface(
LPWSTR pSrvAddr,
DWORD dwInFlags,
PINTF_ENTRY pIntf,
LPDWORD pdwOutFlags
);
Parameters
pSrvAddr
[in] WZC server to contact.dwInFlags
[in] Fields to be queried.pIntf
[in, out] On input, key of the interface to query.On output, requested interface data.
pdwOutFlags
[out] Fields successfully retrieved.
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.