代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/254811/4380175
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/254811/4380195
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/254811/4380197
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/254811/4380198
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/254811/4380204
h dialog.h
/*
COW : Character Oriented Windows
dialog.h: Dialog cow private interface
*/
/* special characters in dialog static strings */
#define chPrefix1 '~' /* tilde => accelerator */
#defin
www.eeworm.com/read/254811/4380213
h _scroll.h
/*
COW : Character Oriented Windows
_scroll.h : scroll bar stuff
*/
/* ptElevator is the physical position of the elevator */
#define PtElevatorSb(pwnd) ((BYTE)((pwnd)->ptElevatorSb & 0xf
www.eeworm.com/read/254811/4380222
h overlap.h
/*
COW : Character Oriented Windows
overlap.h : overlapping window control
*/
#ifdef WINDOW_OVERLAP
BOOL FARPRIVATE OverlapFilter(PMSG);
VOID FARPRIVATE DrawThisWndProc(PWND);
VOID
www.eeworm.com/read/254811/4380271
asm kernel.asm
;*
;* COW : Character Oriented Windows
;*
;* kernel : kernel init for stand alone kernel
;REVIEW: this file is massively out of date !!
include kernel.inc
IFDEF DEBUG
neLomOffset = OFFSE
www.eeworm.com/read/254811/4380276
asm kstart.asm
;*
;* COW : Character Oriented Windows
;*
;* kstart.asm : extra kernel initialization / exit procedures
include kernel.inc
include galloc.inc ;* for hi_hexpand
;------------------------
www.eeworm.com/read/254811/4380288
asm cbfree.asm
;
; COW : Character Oriented Windows
;
; cbfree.asm : return current size of available pool or sb's.
include kernel.inc
include galloc.inc
;------------------------------------------------