代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/375736/2720669
asm krun2.asm
TOGGLE EQU 1 ; degine the toggle
;*
;* COW : Character Oriented Windows
;*
;* krun2.asm : Alternate Run/Exec (for shell)
;* *KLUDGE* included by "krun.asm" if EXEC_ALTERNATE.
www.eeworm.com/read/375736/2720676
h itl.h
/*
COW : Character Oriented Windows
itl.h : Internationalization header
*/
#ifdef LANGUAGE_ENGLISH
#define szOk "OK"
#define cchOk (2+4)
/* chAccelOk no accelerator */
#define szYe
www.eeworm.com/read/375736/2720688
h uisa.h
/*
COW : Character Oriented Windows
uisa.h : Master table of isa's
*/
/***BEGIN_PUBLIC***/
#ifndef NOCOLOR
/* * General colors */
#define isaBackground 0
#define isaHilite 1 /* hi
www.eeworm.com/read/375736/2720700
h uedit.h
/* COW : Character Oriented Windows
uedit.h: Definitions for user Edit
*/
/***BEGIN_PUBLIC***/
#ifndef NOWNDMACROS
#define wndEdit(id, fBorder, fEnabled, ax, ay, dax, day, pwndParent
www.eeworm.com/read/375736/2720703
h inscreen.h
/*
CW: Character Oriented Windows
inscreen.h: Installable screen driver CW info
*/
#include /* installable driver */
#include /* installable driver */
/***BEGI
www.eeworm.com/read/375736/2720708
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/375736/2720719
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/375736/2720721
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/260597/4330520
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/260597/4330559
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