Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function opens a specified printer port and returns a handle to the printer.
Syntax
HANDLE WINAPI PrinterOpen(
PWSTR sPort
);
Parameters
- sPort
[in] Pointer to a string that exactly matches any one of the strings listed in the HKEY_LOCAL_MACHINE\Printers\Ports registry key.
Return Value
A handle to the printer indicates success.
Requirements
| Header | prnport.h |
| Windows Embedded CE | Windows CE 1.0 and later |