Deregister and Disable a Profile (Windows CE 5.0)

Send Feedback

The following code example shows how to deregister and disable a profile contained in the list of enabled profiles. The operations in the Initialize RTC and Create and Enable a Profile examples must be performed before using this code.

**Note   **This code has not been thoroughly tested, does not contain error checking, and is not intended for production use.

hr = pIRTCClientProvisioning->DisableProfile(pIRTCProfile);

// if (hr != S_OK) process error here. 

See Also

Fundamental RTC Code Examples

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.