代码搜索结果

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

interface.c

/* * DO NOT EDIT THIS FILE - it is generated by Glade. */ #ifdef HAVE_CONFIG_H # include #endif #include #include #include #include #in

interface.cpp

//--------------------------------------------------------------------------- #pragma hdrstop #include "Interface.h" #include "CH375DLL.H" #include "Unit1.h" #pragma package(smart_init) //

interface.h

//--------------------------------------------------------------------------- #ifndef InterfaceH #define InterfaceH //---------------------------------------------------------------------------

interface.h

/* interface.h (c) Richard Thrippleton Licensing terms are in the 'LICENSE' file If that file is not included with this source then permission is not given to use this source in any way whatsoev

interface.cc

/* interface.cc (c) Richard Thrippleton Licensing terms are in the 'LICENSE' file If that file is not included with this source then permission is not given to use this source in any way whatsoe

interface.h

// interface.h struct IMotion : public IUnknown { STDMETHOD_(void, Fly) () = 0; STDMETHOD_(int&, GetPosition) () = 0; }; struct IVisual : public IUnknown { STDMETHOD_(void, D