Partager via


IAMTuner::Logon (Compact 2013)

3/26/2014

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 Value

Returns an HRESULT value.

Remarks

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

Requirements

Header

dshow.h,
strmif.h

Library

Strmiids.lib

See Also

Reference

IAMTuner Interface