Windows2003-3790/enduser/netmeeting/av/callcont/listman.h
2020-09-30 16:53:55 +02:00

49 lines
1.3 KiB
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/****************************************************************************
*
* $Archive: S:/STURGEON/SRC/CALLCONT/VCS/listman.h_v $
*
* INTEL Corporation Prorietary Information
*
* This listing is supplied under the terms of a license agreement
* with INTEL Corporation and may not be copied nor disclosed except
* in accordance with the terms of that agreement.
*
* Copyright (c) 1993-1994 Intel Corporation.
*
* $Revision: 1.10 $
* $Date: 10 Dec 1996 11:26:46 $
* $Author: MANDREWS $
*
* Deliverable:
*
* Abstract:
*
*
* Notes:
*
***************************************************************************/
HRESULT InitListenManager();
HRESULT DeInitListenManager();
HRESULT AllocAndLockListen( PCC_HLISTEN phListen,
PCC_ADDR pListenAddr,
HQ931LISTEN hQ931Listen,
PCC_ALIASNAMES pLocalAliasNames,
DWORD_PTR dwListenToken,
CC_LISTEN_CALLBACK ListenCallback,
PPLISTEN ppListen);
HRESULT FreeListen( PLISTEN pListen);
HRESULT LockListen( CC_HLISTEN hListen,
PPLISTEN ppListen);
HRESULT ValidateListen( CC_HLISTEN hListen);
HRESULT UnlockListen( PLISTEN pListen);
HRESULT GetLastListenAddress( PCC_ADDR pListenAddr);