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.
|
|
//---------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation 1991-1993
//
// File: appletp.h
//
// This file contains the private (group B) functions of applet DLLs.
//
// History:
// 03-29-93 SatoNa Created.
//
//---------------------------------------------------------------------------
typedef BOOL (STDAPICALLTYPE FAR * LPFNCREATESCRAPFROMCLIP) (HWND hwnd, LPCSTR pszDir);
#define STR_CREATESCRAP "appui.dll,Scrap_CreateFromClipboard"
|