ServerInfo_t::Activate (Windows CE 5.0)

Send Feedback

This method activates the server if it is available.

Syntax

bool Activate ( void );

Parameters

None.

Return Value

This method returns a bool indicating the success or failure of the operation. Possible values include the following:

Value Description
TRUE The server has been activated.
FALSE There was error activating the server. Check GetLastError() value for more information about the cause for failure.

Remarks

None.

Requirements

OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: MediaQueryEngine.hpp.
Link Library: MQELib.lib.

See Also

ServerInfo_t

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.