IRTCProfile2::AllowedAuth
This method sets or gets the allowed authentication methods for the profile.
HRESULT put_AllowedAuth(
long lAllowedAuth
);
HRESULT get_AllowedAuth(
long* plAllowedAuth
);
Parameters
- lAllowedAuth, plAllowedAuth
[in, out] The permitted authentication value. The value can be any combination of the RTCAU_ constants.
Return Values
RTC methods can return an RTC_E_ constant.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
Communications Service | IRTCProfile2
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.