You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.1 KiB
28 lines
1.1 KiB
/****************************************************************************/
|
|
/* Header: cclipapi.h */
|
|
/* */
|
|
/* Purpose: Define Clip Client Addin API functions */
|
|
/* */
|
|
/* Copyright(C) Microsoft Corporation 1998 */
|
|
/* */
|
|
/**INC-**********************************************************************/
|
|
|
|
#ifndef _H_CCLIPAPI
|
|
#define _H_CCLIPAPI
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif // __cplusplus
|
|
|
|
|
|
BOOL VCAPITYPE VCEXPORT ClipChannelEntry(PCHANNEL_ENTRY_POINTS pEntryPoints);
|
|
|
|
VOID VCAPITYPE VCEXPORT ClipInitEventFn(LPVOID pInitHandle,
|
|
UINT event,
|
|
LPVOID pData,
|
|
UINT dataLength);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif /* __cplusplus */
|
|
|
|
#endif /* _H_CCLIPAPI */
|