windows-nt/Source/XPSP1/NT/net/irda/idl/notify.idl

30 lines
575 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1998 - 1999
//
// File: notify.idl
//
//--------------------------------------------------------------------------
[
uuid(209bb240-b919-11d1-bbb6-0080c75e4ec1),
version(1.0)
]
interface NotifyLogon
{
void
UserLoggedOn(
[in] handle_t handle,
[out] error_status_t * pStatus
);
void
UserLoggedOff(
[in] handle_t handle,
[out] error_status_t * pStatus
);
}