IAMTuner::Logon (Windows CE 5.0)

Send Feedback

The Logon method logs a user onto the system.

Syntax

HRESULT Logon(
  HANDLE hCurrentUser);

Parameters

  • hCurrentUser
    [in] Handle to an application-defined data structure that identifies the current user.

Return Values

Returns an HRESULT value.

Remarks

The Logon and Logout methods enable you to implement selective user access.

Requirements

OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: strmif.h.

See Also

IAMTunerInterface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.