NT4/private/ole32/com/idl/ichnl.acf

38 lines
608 B
Plaintext
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
[ implicit_handle(handle_t any_handle) ] interface IChannelService
{
ICS_GetContextHdl(
[comm_status, fault_status] prpcstat);
ICS_ReleaseContextHdl(
[comm_status, fault_status] prpcstat);
ICS_GetChannelId(
[comm_status, fault_status] prpcstat);
ICS_ReleaseChannel(
[comm_status, fault_status] prpcstat);
#ifdef _CHICAGO_
ICS_AsyncReleaseChannel();
#endif // _CHICAGO_
ICS_SyncChannelOp(
[comm_status, fault_status] prpcstat);
ICS_InputSyncChannelOp(
[comm_status, fault_status] prpcstat);
ICS_RegisterProtseq(
[comm_status, fault_status] prpcstat);
}