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.

17 lines
568 B

  1. //---------------------------------------------------------------------------
  2. //
  3. // Copyright (c) Microsoft Corporation 1991-1993
  4. //
  5. // File: appletp.h
  6. //
  7. // This file contains the private (group B) functions of applet DLLs.
  8. //
  9. // History:
  10. // 03-29-93 SatoNa Created.
  11. //
  12. //---------------------------------------------------------------------------
  13. typedef BOOL (STDAPICALLTYPE FAR * LPFNCREATESCRAPFROMCLIP)
  14. (HWND hwnd, LPCSTR pszDir);
  15. #define STR_CREATESCRAP "appui.dll,Scrap_CreateFromClipboard"