The SetPort function sets the status associated with a printer port.
BOOL SetPort(
LPTSTR pName, |
// pointer to a printer server name |
LPTSTR pPortName, |
// pointer to a printer port name |
DWORD dwLevel, |
// version of PORT_INFO_* structure |
LPBYTE pPortInfo |
// pointer to a PORT_INFO_* structure |
); |
This value must be 3, which corresponds to a PORT_INFO_3 data
structure.
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The caller of the SetPort function must have SERVER_ACCESS_ADMINISTER access to the server to which the port is connected.
When you set a printer port status value with the severity value PORT_STATUS_TYPE_ERROR, the print spooler stops sending jobs to the port. The print spooler resumes sending jobs to the port when the port status is cleared by another call to SetPort.
file: /Techref/os/win/api/win32/func/src/f80_17.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 22:03,
3.144.172.9:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f80_17.htm"> SetPort</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.