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.

29 lines
659 B

  1. /*****************************************************************************
  2. D D E C A L L B A C K
  3. Name: callback.h
  4. Date: 21-Jan-1994
  5. Creator: John Fu
  6. Description:
  7. This is the header file for callback.c
  8. *****************************************************************************/
  9. HDDEDATA EXPENTRY DdeCallback(
  10. WORD wType,
  11. WORD wFmt,
  12. HCONV hConv,
  13. HSZ hszTopic,
  14. HSZ hszItem,
  15. HDDEDATA hData,
  16. DWORD lData1,
  17. DWORD lData2);
  18. DWORD GetClipsrvVersion(
  19. HWND hwndChild);