代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/406456/11441951
h api_osd.h
#ifndef _API_OSD_H
#define _API_OSD_H
#define _EOF 0xFD
#define _CR_LF 0xFE
#define _SP 0xFF
#define __ 0x00
extern void API_OSD_Enable(BOOL);
extern void API_O
www.eeworm.com/read/406456/11441952
h api_ctrl.h
#ifndef _API_CTRL_H
#define _API_CTRL_H
extern BOOL API_CTRL_GetVideoStd(void);
extern void API_CTRL_ModeDetection(void);
extern void API_CTRL_SwitchSource(BYTE);
extern void API_CTRL_ScalerFre
www.eeworm.com/read/406456/11441953
h api_iic.h
#ifndef _API_IIC_H
#define _API_IIC_H
extern BYTE API_SC_ReadByte(BYTE);
extern BYTE API_AD_ReadByte(BYTE);
extern BYTE API_VD_ReadByte(BYTE);
extern void API_SC_WriteByte(BYTE, BYTE);
extern
www.eeworm.com/read/406456/11441954
h api_panel.h
#ifndef _API_PANEL_H
#define _API_PANEL_H
#define AU_A070FW03 0
#define PANEL_MODULE AU_A070FW03
extern void API_PANEL_Initial(void);
extern void API_PANEL_ChangeMode(BYTE, BOOL);
ext
www.eeworm.com/read/406456/11441955
c api_eeprom.c
#include "..\INC\SYS_DECLARE.H"
#include "..\INC\SYS_GLOBAL.H"
#include "..\INC\SYS_EEPROM.H"
#include "INC\API_IIC.H"
#include "INC\API_EEPROM.H"
void _LoadDefault(WORD wAddr, BYTE code *pDa
www.eeworm.com/read/406456/11441956
c api_ctrl.c
#include "..\INC\SYS_DECLARE.H"
#include "..\INC\SYS_GLOBAL.H"
#include "..\INC\SYS_INITIAL.H"
#include "INC\API_REG.H"
#include "INC\API_IIC.H"
#include "INC\API_EEPROM.H"
#include "INC\API_C
www.eeworm.com/read/406456/11441958
c api_osd.c
#include "..\INC\SYS_DECLARE.H"
#include "..\INC\SYS_GLOBAL.H"
#include "INC\API_IIC.H"
#include "INC\API_REG.H"
#include "INC\API_OSD.H"
#include "INC\API_PANEL.H"
void API_OSD_Enable(BOOL
www.eeworm.com/read/405053/11472712
h registry-api.h
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE
www.eeworm.com/read/404907/11476313
css api_style.css
body,td,th {
font-family:"Lucida Grande", "Verdana", "Lucida", "Arial", "Helvetica", "宋体","sans-serif";
font-size: 12px;
color: #444444;
}
body {
background-color: #EFEFEF;
margin-left:
www.eeworm.com/read/404907/11476316