table of contents
other versions
- wheezy 1.4.1-4
ConfigurePortW(3w) | Wine API | ConfigurePortW(3w) |
NAME¶
ConfigurePortW (WINSPOOL.@)SYNOPSIS¶
BOOL ConfigurePortW(
LPWSTR pName,
HWND hWnd,
LPWSTR pPortName
)
DESCRIPTION¶
Display the Configuration-Dialog for a specific Port.PARAMS¶
pName [In] Servername or NULL (local Computer). hWnd [In] Handle to parent Window for the Dialog-Box. pPortName [In] Name of the Port, that should be configured.RETURNS¶
Success: TRUE Failure: FALSEIMPLEMENTATION¶
Declared in "winspool.h". Implemented in "dlls/winspool.drv/info.c". Debug channel "winspool".Oct 2012 | Wine API |