代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D
interface.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace Login
{
///
/// Interface 的摘要说明。
///
interface.h
// interface.h
// definitions that make our code look like MFC code
#define BOOL int
#define DWORD unsigned int
#define TRUE 1
#define FALSE 0
#define TRACE printf
#define ASSERT asser
interface.htm
Interface
interface.cpp
// Interface.cpp: implementation of the CInterface class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Trans.h"
#include "Interface.h"
interface.h
// Interface.h: interface for the CInterface class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_INTERFACE_H__EB7C50C6_1299_4A86_B6B7_CE9233109FC5__I
interface.frm
VERSION 5.00
Begin VB.Form INTERFACE
BackColor = &H80000004&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3675
ClientLeft = 2940
ClientTop = 24