home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 4
/
BUGCD1997_05.BIN
/
aplic
/
clip4win
/
clip4win.exe
/
C4W30E.HUF
/
SOURCE
/
BWCC.PRG
< prev
next >
Wrap
Text File
|
1995-05-09
|
1KB
|
43 lines
/////////////////////////
//
// bwcc.prg - Borland BWCC.DLL API
//
// >>> NOW IN CLIP4WIN.LIB <<<
//
// Written by: John M. Skelton, 9-Feb-95.
//
// Copyright (C) 1995 Skelton Software, Kendal Cottage, Hillam, Leeds LS25 5HP, UK.
// All Rights Reserved.
//
// See e.g. WORKSHOP\DOC\BWCCAPI.RW and e.g. \BORCPP\INCLUDE\BWCC.H
// (depends where you installed them).
//
/////////////////////////
#include "windows.ch"
#include "dll.ch"
#ifdef TESTING
function main()
BWCCMessageBox(0, "Borland BWCCMessageBox", "Clip-4-Win", MB_OK)
return nil
#endif
_DLL FUNC BWCCMessageBox(hWnd AS HWND, cText AS LPCSTR, cTitle AS LPCSTR,;
nStyle AS UINT) AS int Pascal:BWCC.BWCCMessageBox
_DLL FUNC BWCCDefDlgProc(hDlg AS HWND, nMsg AS WORD, nwParam AS WORD, ;
nlParam AS LONG) AS LONG Pascal:BWCC.BWCCDefDlgProc
_DLL FUNC BWCCDefWindowProc(hDlg AS HWND, nMsg AS WORD, nwParam AS WORD,;
nlParam AS LONG) AS LONG Pascal:BWCC.BWCCDefWindowProc
_DLL FUNC BWCCDefMDIChildProc(hDlg AS HWND, nMsg AS WORD, nwParam AS WORD,;
nlParam AS LONG) AS LONG Pascal:BWCC.BWCCDefMDIChildProc
// There is no BWCCFrameProc() - use the normal DefFrameProc().
_DLL FUNC BWCCGetVersion() AS DWORD Pascal:BWCC.BWCCGetVersion
_DLL FUNC BWCCGetPattern() AS HBRUSH Pascal:BWCC.BWCCGetPattern