代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/11175/207610
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/473446/1398390
svn-base avrxfifo.c.svn-base
/*
Buffered BYTE oriented FIFO
Uses providers/consumer model. When an interrupt
drives the consumer/provider side use the interrupt calls
The fifo needs to be both declared and initial
www.eeworm.com/read/460691/1558544
pm eventlog.pm
#
# EventLog.pm
#
# Creates an object oriented interface to the Windows NT Evenlog
# Written by Jesse Dougherty
#
package Win32::EventLog;
$VERSION = $VERSION = '0.05';
require Exporter
www.eeworm.com/read/242732/4540246
c co.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS NDIS library
* FILE: ndis/co.c
* PURPOSE: Services for connection-oriented NDIS drivers
* PROGRAMME
www.eeworm.com/read/242082/4556068
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/242082/4556076
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/242082/4556096
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/242082/4556098
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/242082/4556099
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/242082/4556105
h dialog.h
/*
COW : Character Oriented Windows
dialog.h: Dialog cow private interface
*/
/* special characters in dialog static strings */
#define chPrefix1 '~' /* tilde => accelerator */
#defin