代码搜索:oriented

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

代码结果 6,870
www.eeworm.com/read/260597/4330713

h uwindow.h

/* COW: Character Oriented Windows uwindow.h: Publics for USER Window */ /***BEGIN_PUBLIC***/ VOID FARPUBLIC AddChild(PWND, PWND); VOID FARPUBLIC RemoveChild(PWND); VOID FARPUBLIC E
www.eeworm.com/read/260597/4330724

h usdm.h

/* COW : Character Oriented Windows usdm.h : Definitions for SDM */ /***BEGIN_PUBLIC***/ typedef WORD TMC; /* iTeM Codes */ typedef WORD DLM; /* Dialog Messages */ typedef WORD TMM;
www.eeworm.com/read/260597/4330726

h umedit.h

/* COW : Character Oriented Windows umedit.h: Definitions for user multi-line Edit NOTE: these are defined by the old TWIN interface and are subject to change REVIEW: find out exactly w
www.eeworm.com/read/254811/4380150

h button.h

/* COW : Character Oriented Windows button.h : button cow private interface */ DWORD FARPUBLIC ButtonWndProc(PWND, WORD, WORD, DWORD); /* button control styles */ #define BS_AUTO
www.eeworm.com/read/254811/4380189

c sdmcab.c

/* COW : Character Oriented Windows sdmcab.c : SDM Cab functions NOTE : critical assumption that a HANDLE is a ** near pointer */ #define COW #include #define SDM #inclu
www.eeworm.com/read/254811/4380218

h listbox.h

/* COW : Character Oriented Windows listbox.h : listbox cow private interface */ #define PwfnCtlLb(pwnd) (*((PWFN_CTL *) &pwnd->rgwExtra[cwExtraMin])) /* Listbox Styles */ /*#define LB
www.eeworm.com/read/254811/4380278

h gadebug.h

/* COW : Character Oriented Windows gacheck.h : header info for checking global heap */ #include "handle.h" /* * Additional Types */ typedef int (FAR PASCAL *FARPROC)(); /* Medium Mod
www.eeworm.com/read/254811/4380280

h ladebug.h

/* COW : Character Oriented Windows lacheck.h : header info for checking local heap */ #include "handle.h" /* * Additional Types */ typedef int (FAR PASCAL *FARPROC)(); /* Medium Model
www.eeworm.com/read/254811/4380285

asm lddebug.asm

;* ;* COW : Character Oriented Windows ;* ;* lddebug.asm : debugger support TITLE LDDEBUG - Debugger interface procedures .xlist ?LDDEBUG = 1 include kernel.inc include handle.inc .
www.eeworm.com/read/254811/4380292

asm mouses3.asm

;* ;* COW : Character Oriented Windows ;* ;* mouses3.asm : DOS 3 version for mouse save routines title mouses3 - Mouse save stuff include kernel.inc ;**********************************