Programming
BUF-PCI(PC), BUF-PCI(98)
58
BufPciOutPortW
Function
Outputs data to a specified port. The data to be output is word data.
Format
(C)
HANDLE
hDevice
;
WORD
wIoAddress
;
WORD
wOutData
;
DWORD
dwRet
;
dwRet
= BufPciOutPortW(
hDevice
,
wIoAddress
,
wOutData
);
(Visual Basic)
Dim
hDevice
As Long
Dim
wIoAddress
As Integer
Dim
wOutData
As Integer
Dim
dwRet
As Long
dwRet
= BufPciOutPortW(
hDevice, wIoAddress, wOutData
)
Argument
hDevice
:
Specify the device handle.
Acquire this device handle with BufPciOpen.
wIoAddress
:
Specify the I/O port address to output data to.
wOutData
:
Specify the output data.
Return value
dwRet
:
Termination information
Normal termination :
0
Error
:
other than 0
(For more information, see the section, "List of
Return Values.")
Supplement
BufPciInPortW to an odd address is invalid.
After implementing the termination process, each function of the
BUF-PCI driver software cannot be run until reinitialized.
Содержание BUF-PCI(98)
Страница 2: ...BUF PCI PC BUF PCI 98 Bus Expansion User s Guide ...
Страница 92: ...Programming BUF PCI PC BUF PCI 98 84 ...
Страница 98: ...System Reference BUF PCI PC BUF PCI 98 90 ...
Страница 102: ...Troubleshooting BUF PCI PC BUF PCI 98 94 ...
Страница 105: ...A 41 901 LZF6231 021010 980713 ...