IAMTuner::Logon
Microsoft DirectShow 9.0 |
IAMTuner::Logon
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
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also