BOOL (WINAPI *pfnConfigurePort)(
LPWSTR pName, | |
HWND hWnd, | |
LPWSTR pPortName | |
); |
ConfigurePort is a port management function that configures the specified port.
The return value is TRUE if the function is successful.
The spooler calls ConfigurePort to perform port configuration. ConfigurePort can offer a dialog box to obtain some or all of the necessary port configuration information from the user.
The spooler does not support remote ConfigurePort calls; consequently, monitors can ignore the pName parameter.
ConfigurePort is a port management function that must be implemented by port monitors and LMPMs. Pure language monitors should not implement this function.