代码搜索结果

找到约 10,000 项符合 Video 的代码

video.idl

import "oaidl.idl"; import "ocidl.idl"; [ object, uuid(318B4AD0-06A7-11d3-9B58-0080C8E11F14), helpstring("IVideo Interface"), pointer_default(unique) ] interface IVideo : IUnknown {

video.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================

video.c

/* * (C) Copyright 2002 * Hyperion Entertainment, Hans-JoergF@hyperion-entertainment.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free soft

video.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================

video.c

/* * (C) Copyright 2002 * Hyperion Entertainment, Hans-JoergF@hyperion-entertainment.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free soft

video.s

/* video.S * * Display adapter & video mode setup, version 2.13 (14-May-99) * * Copyright (C) 1995 -- 1998 Martin Mares * Based on the original setup.S code (C) Linus Torvalds and Mat

video.c

/* --------------------- video.c -------------------- */ #include "dflat32/dflat.h" #define clr(fg,bg) ((fg)|((bg)

video.h

/* ---------------- video.h ----------------- */ #ifndef VIDEO_H #define VIDEO_H #include "rect.h" void DfGetVideo(DFRECT, PCHAR_INFO); void DfStoreVideo(DFRECT, PCHAR_INFO); void DfWPutch

video.c

/* --------------------- video.c -------------------- */ #include "dflat.h" #define clr(fg,bg) ((fg)|((bg)

video.h

/* * FreeLoader * Copyright (C) 1998-2003 Brian Palmer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene