代码搜索:oriented

找到约 6,870 项符合「oriented」的源代码

代码结果 6,870
www.eeworm.com/read/242082/4556114

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/242082/4556123

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/242082/4556172

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/242082/4556177

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/242082/4556189

asm cbfree.asm

; ; COW : Character Oriented Windows ; ; cbfree.asm : return current size of available pool or sb's. include kernel.inc include galloc.inc ;------------------------------------------------
www.eeworm.com/read/242082/4556215

h graphic.h

/* CW: Character Oriented Windows graphic.h: Graphics Interface Layer */ #include /* installable driver */ /***BEGIN_PUBLIC***/ extern BOOL PASCAL fPrinting; /********
www.eeworm.com/read/242082/4556239

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/242082/4556242

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/242082/4556247

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/234134/4660871

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);