?? dlportio.cpp
字號:
//*** TDLPortIO: DriverLINX Port IO Driver wrapper component *****************
//** **
//** File: DLPortIO.cpp **
//** **
//** Copyright (c) 1999 John Pappas (DiskDude). All rights reserved. **
//** This software is FreeWare. **
//** **
//** Please notify me if you make any changes to this file. **
//** Email: diskdude@poboxes.com **
//** **
//*** http://diskdude.cjb.net/ ***********************************************
#include <vcl.h>
#pragma hdrstop
USERES("DLPortIO.res");
USERES("DLPortIO.dcr");
USEPACKAGE("VCL35.bpi");
USEUNIT("TDLPortIO.cpp");
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -