EnumPortsW (WINSPOOL.@)
BOOL EnumPortsW ( LPWSTR pName, DWORD Level, LPBYTE pPorts, DWORD cbBuf, LPDWORD pcbNeeded, LPDWORD pcReturned )
Enumerate available Ports.
| name | [In] | Servername or NULL (local Computer). |
| level | [In] | Structure-Level (1 or 2). |
| buffer | [Out] | PTR to Buffer that receives the Result. |
| bufsize | [In] | Size of Buffer at buffer. |
| bufneeded | [Out] | PTR to DWORD that receives the size in Bytes used / required for buffer. |
| bufreturned | [Out] | PTR to DWORD that receives the number of Ports in buffer. |
Success: TRUE
Failure: FALSE and in bufneeded the Bytes required for buffer, if bufsize is too small
Defined in "winspool.h".
Implemented in "dlls/winspool.drv/info.c". source.winehq.org/source/dlls/winspool.drv/info.c
Debug channel "winspool".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Dec 2006.