windows-nt/Source/XPSP1/NT/net/irda/idl/notify.idl
2020-09-26 16:20:57 +08:00

30 lines
575 B
Plaintext

//+-------------------------------------------------------------------------
//
// 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
);
}