 |
ConfigurePort ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The ConfigurePort function displays the port-configuration dialog box for a port on the specified server. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL ConfigurePort(
LPTSTR pName, // server name
HWND hWnd, // handle to parent window
LPTSTR pPortName // port name
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER ConfigurePort IN winspool.drv;
STRING pName,;
INTEGER hWnd,;
STRING pPortName
|
 |
 |
 |
| Parameters: |
 |
pName
[in] Pointer to a null-terminated string that specifies the name of the server on which the specified port exists.
hWnd
[in] Handle to the parent window of the port-configuration dialog box.
pPortName
[in] Pointer to a null-terminated string that specifies the name of the port to be configured.
|
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is a nonzero value. |
 |
 |
| Word Index links for the ConfigurePort : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-12-31 18:57:57 | | Modified: | 2002-12-31 18:59:16 | Visited in last 7 days: 23 |