代码搜索:ShutdownWinIo
找到约 13 项符合「ShutdownWinIo」的源代码
代码结果 13
www.eeworm.com/read/284769/8900187
def winio.def
LIBRARY WINIO
EXPORTS
MapPhysToLin
UnmapPhysicalMemory
GetPhysLong
SetPhysLong
GetPortVal
SetPortVal
InitializeWinIo
ShutdownWinIo
www.eeworm.com/read/437990/7737969
cpp main.cpp
#include
#include
#include ".\winiolib\WinIo.h"
int main()
{
//打开WinIO驱动
bool bRet = InitializeWinIo();
if (bRet)
{
printf("Load Dirver successfully!\n");
www.eeworm.com/read/139912/5795379
def winio.def
LIBRARY WINIO
EXPORTS
InitializeWinIo
ShutdownWinIo
MapPhysToLin
UnmapPhysicalMemory
GetPhysLong
SetPhysLong
GetPortVal
SetPortVal
InstallWinIoDriver
RemoveWinIoDriver
www.eeworm.com/read/136073/5873683
def winio.def
LIBRARY WINIO
EXPORTS
InitializeWinIo
ShutdownWinIo
MapPhysToLin
UnmapPhysicalMemory
GetPhysLong
SetPhysLong
GetPortVal
SetPortVal
InstallWinIoDriver
RemoveWinIoDriver
www.eeworm.com/read/337529/12364560
def winio.def
LIBRARY WINIO
EXPORTS
MapPhysToLin
UnmapPhysicalMemory
GetPhysLong
SetPhysLong
GetPortVal
SetPortVal
InitializeWinIo
ShutdownWinIo
www.eeworm.com/read/228858/14359478
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/416861/2105859
def winio.def
LIBRARY WINIO
EXPORTS
InitializeWinIo
ShutdownWinIo
MapPhysToLin
UnmapPhysicalMemory
GetPhysLong
SetPhysLong
GetPortVal
SetPortVal
InstallWinIoDriver
RemoveWinIoDriver
www.eeworm.com/read/392724/2491805
def winio.def
LIBRARY WINIO
EXPORTS
InitializeWinIo
ShutdownWinIo
MapPhysToLin
UnmapPhysicalMemory
GetPhysLong
SetPhysLong
GetPortVal
SetPortVal
InstallWinIoDriver
RemoveWinIoDriver
www.eeworm.com/read/384529/2598948
def winio.def
LIBRARY WINIO
EXPORTS
InitializeWinIo
ShutdownWinIo
MapPhysToLin
UnmapPhysicalMemory
GetPhysLong
SetPhysLong
GetPortVal
SetPortVal
InstallWinIoDriver
RemoveWinIoDriver
www.eeworm.com/read/473800/6840538
~pas winio.~pas
unit WinIO;
interface
function InitializeWinIo : boolean; external 'winio.dll';
procedure ShutdownWinIo; external 'winio.dll';
function GetPortVal(wPortAddr : word; var pdwPortVal : longword;