Leaked source code of windows server 2003
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

  1. /****************************************************************************/
  2. /* Header: cclipapi.h */
  3. /* */
  4. /* Purpose: Define Clip Client Addin API functions */
  5. /* */
  6. /* Copyright(C) Microsoft Corporation 1998 */
  7. /* */
  8. /**INC-**********************************************************************/
  9. #ifndef _H_CCLIPAPI
  10. #define _H_CCLIPAPI
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif // __cplusplus
  14. BOOL VCAPITYPE VCEXPORT ClipChannelEntry(PCHANNEL_ENTRY_POINTS pEntryPoints);
  15. VOID VCAPITYPE VCEXPORT ClipInitEventFn(LPVOID pInitHandle,
  16. UINT event,
  17. LPVOID pData,
  18. UINT dataLength);
  19. #ifdef __cplusplus
  20. }
  21. #endif /* __cplusplus */
  22. #endif /* _H_CCLIPAPI */