CeSetDevMgmtTask (Windows CE 5.0)

Send Feedback

This function schedules a device management task.

HRESULT CeSetDevMgmtTask(DMTASKINFO* pdi);

Parameters

  • pdi
    [in] Specifies the task parameters used in the DMTASKINFO structure.

Return Values

Returns S_OK if the task is scheduled successfully. This function also supports the standard return value E_INVALIDARG.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Devmgmt.h.

See Also

DMTASKINFO | API Access

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.