IPMStartupServerInfo:IDispatch (Windows CE 5.0)
This interface provides the ability to access and change a specified startup server object. A startup server downloads the device-side part of Platform Manager to a target device. For more information about startup servers, see Startup Server Selection.
The startup server object is returned by the IPMPlatform::GetStartupServer and IPMRemoteDevice::StartupServer methods.
The following code sample shows one technique for accessing a startup server object from an Automation client.
Dim tStartupServerInfo as Object
Set tStartupServerInfo = tRemoteDevice.StartupServer
The following table shows this interface's methods.
Method | Description |
---|---|
IPMStartupServerInfo::Id | Obtains the GUID associated with the startup server object. |
IPMStartupServerInfo::Name | Obtains the name of the startup server object. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Startupserver.h, Cemgr.idl.
See Also
IPMPlatform::GetStartupServer | IPMRemoteDevice::StartupServer
Send Feedback on this topic to the authors