AddPrinterConnection function winspool
The AddPrinterConnection function adds a connection to the specified printer for the current user.
BOOL AddPrinterConnectionW(
_In_ LPWSTR pName
);
Implementation
int AddPrinterConnection(Pointer<Utf16> pName) => _AddPrinterConnection(pName);