代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/121089/6069722
h udialog.h
/* COW : Character Oriented Windows
udialog.h: Definitions for user Dialog
*/
/***BEGIN_PUBLIC***/
WORD FARPUBLIC MessageBox(char *, char *, char *, WORD);
VOID FARPUBLIC SetDialogC
www.eeworm.com/read/121089/6069725
h ucolor.h
/*
COW: Character Oriented Windows
ucolor.h: USER Color control
*/
/***BEGIN_PUBLIC***/
#define SetSysColor(isa, coBack, coFore, fBlink, fHilite) \
SetIsaColor(isa, \
(coFore
www.eeworm.com/read/121089/6069730
h ukanji.h
/*
CW : Character Oriented Windows
ukanji.h : KANJI (DBCS) specific definitions
*/
/***BEGIN_PUBLIC***/
BOOL FARPUBLIC FIsDbcsChar(ACHAR); /* OPTIONAL */
WORD FARPUBLIC CchLenDbcs(cha
www.eeworm.com/read/119348/6085230
changelog
kses ChangeLog
==============
* 0.2.1
0.2.1 was released on the 29th of September 2003.
It has the following changes:
- There is now an additional version of kses, using the object-oriented
para
www.eeworm.com/read/113536/6127785
h window.h
/*
COW : Character Oriented Windows
window.h : Window cow private interface
*/
extern PWND PASCAL pwndRoot;
VOID FARPRIVATE ValidateWindow(PWND);
VOID FARPRIVATE UpdateCursor(void);
www.eeworm.com/read/113536/6127793
h shadow.h
/*
COW : Character Oriented Windows
shadow.h : shadow specifics
*/
#define diShadowInit (dmAttrOnly | isaShadow)
#ifdef WINDOW_OVERLAP
#define daxShadowInit 2
#define dayShadowInit 1
www.eeworm.com/read/113536/6127813
h general.h
/*
COW : Character Oriented Windows
general.h : general render cow private interface
*/
DWORD FARPUBLIC GeneralWndProc(PWND, WORD, WORD, DWORD);
/* Function at end of WND structure !! */
www.eeworm.com/read/113536/6127815
h scroll.h
/*
COW : Character Oriented Windows
scroll.h : scroll bar cow private interface
*/
#define cwExtraScroll 5 /* size of rgwExtra for scroll windows */
/* scroll bar definitions */
#def
www.eeworm.com/read/113536/6127816
h _listbox.h
/*
COW : Character Oriented Windows
_listbox.h : listbox specific stuff
*/
/* customization */
#define rxListBoxMin 1 /* 1 extra space to left */
/* special on-demand value */
#defin
www.eeworm.com/read/113536/6127822
h dialog.h
/*
COW : Character Oriented Windows
dialog.h: Dialog cow private interface
*/
/* special characters in dialog static strings */
#define chPrefix1 '~' /* tilde => accelerator */
#defin