代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/371776/9537052
pro jsq1.pro
######################################################################
# Automatically generated by qmake (1.05a) Wed Apr 9 19:49:31 2008
##############################################################
www.eeworm.com/read/175176/9556287
pas styleview1.pas
unit StyleView1;
{
Demonstrate how to apply XSLT stylesheets to an XML document.
Uses DOM interfaces from Microsoft XML parser.
Requires MSXML v3 package from Microsoft.
Copyright
www.eeworm.com/read/175176/9556418
pas idomviewu.pas
unit IDOMViewU;
{
A generic viewer for XML documents.
Based on Delphi DOM framework interfaces.
Copyright
www.eeworm.com/read/175176/9556428
pas msdomview1.pas
unit MSDOMView1;
{
A generic viewer for XML documents.
Based on DOM interfaces using Microsoft XML parser.
Requires MSXML v3/v4 package from Microsoft.
Copyright
www.eeworm.com/read/175176/9556451
pas oxmlview1.pas
unit OXMLView1;
{
A generic viewer for XML documents.
Based on Open XML interfaces.
Requires XDOM v2.4 package from Open XML.
Copyright
www.eeworm.com/read/371106/9567475
h iface.h
//
// Iface.h
//
// Interfaces
interface IX : IUnknown
{
virtual void __stdcall Fx() = 0 ;
} ;
interface IY : IUnknown
{
virtual void __stdcall Fy() = 0 ;
} ;
interface IZ : IUnkno
www.eeworm.com/read/371106/9567707
h iface.h
//
// Iface.h -
// Declarations of interfaces, IIDs, and CLSID
// shared by the client and the component.
//
interface IX : IUnknown
{
virtual void pascal Fx() = 0 ;
};
interface
www.eeworm.com/read/371106/9567749
h iface.h
//
// Iface.h -
// Declarations of interfaces, IIDs, and CLSID
// shared by the client and the component.
//
interface IX : IUnknown
{
virtual void pascal Fx() = 0 ;
};
interface