代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/116179/14983770
java iterator.java
/**
* Iterator Interface
*/
public interface Iterator {
public abstract void First();
public abstract void Next();
public abstract boolean IsDone();
public abstract void Curr
www.eeworm.com/read/213892/15122885
idl atlinternals.idl
// ATLInternals.idl : IDL source for ATLInternals.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (ATLInternals.tlb) and marshalling code.
import "oaidl.idl
www.eeworm.com/read/213892/15123048
idl controls.idl
// Controls.idl : IDL source for Controls.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (Controls.tlb) and marshalling code.
import "oaidl.idl";
import
www.eeworm.com/read/213892/15123337
idl pisvr.idl
// PiSvr.idl : IDL source for PiSvr.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (PiSvr.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.i
www.eeworm.com/read/209167/15226458
h vpnotify.h
//------------------------------------------------------------------------------
// File: VPNotify.h
//
// Desc:
//
// Copyright (c) 1997-2001, Microsoft Corporation. All rights reserved.
//--
www.eeworm.com/read/205922/15303864
h ipifcons.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
ipifcons.h
Abstract:
Constants needed for the Interface Object
--*/
#ifndef __IPIFCONS_H__
#defi
www.eeworm.com/read/172725/5382588
vm object.vm
package ${package};
#if ($table.BaseClass)
#set ($extendsBaseClass = "extends $table.BaseClass" )
#else
#set ($extendsBaseClass = "" )
#end
#if ($table.Interface)
#if ($ojbUseInterface
www.eeworm.com/read/172725/5382759
vm extensionobject.vm
#set ($interface = "")
#if ($table.Interface)
#set ($interface = ", $table.Interface")
#end
package $package;
#if ($table.isAbstract())
#set ($abstract = "abstract")
#end
import org.apache.torq
www.eeworm.com/read/171026/5400077
h ipifcons.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
ipifcons.h
Abstract:
Constants needed for the Interface Object
--*/
#ifndef __IPIFCONS_H__
#defi
www.eeworm.com/read/171026/5400883
h ipifcons.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
ipifcons.h
Abstract:
Constants needed for the Interface Object
--*/
#ifndef __IPIFCONS_H__
#defi