UpnpAddDevice (Windows CE 5.0)
This function creates a UPnP device instance as described by the UPNPDEVICEINFO structure.
BOOL WINAPI UpnpAddDevice(UPNPDEVICEINFO* pDevInfo);
Parameters
- pDevInfo
[in] Provides information about the UPnP device instance.
Return Values
Returns TRUE if the function call succeeds, FALSE if an error occurs.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Upnpdevapi.h.
Link Library: Upnpcapi.lib.
See Also
UPNPDEVICEINFO | UPnP C Device Host Functions
Send Feedback on this topic to the authors