BidiFiles Entry in a Minidriver's INI File
A printer minidriver communicates information about the bidi extension file to the port monitor by means of a minidriver-specific INI file. The port monitor uses this information during port initialization.
The following sample shows the BidiFiles
section of the INI file. The BidiSPMFile
entry would be used for a standard TCP/IP port monitor, and the BidiWSDFile
entry would be used for a Web Services for Devices (WSD) port monitor.
# OEM Mapping & Extension GDL files
#
[BidiFiles]
BidiSPMFile = BidiSPM_AcmeXXX.XML
BidiWSDFile = BidiWSD_AcmeXXX.XML