代码搜索:oriented

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

代码结果 6,870
www.eeworm.com/read/375736/2720683

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/375736/2720707

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/375736/2720710

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/375736/2720715

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/260597/4330537

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/260597/4330545

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/260597/4330565

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/260597/4330567

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/260597/4330568

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/260597/4330574

h dialog.h

/* COW : Character Oriented Windows dialog.h: Dialog cow private interface */ /* special characters in dialog static strings */ #define chPrefix1 '~' /* tilde => accelerator */ #defin