DOCERR: AddPort, ConfigurePort, DeletePort Fail RemotelyLast reviewed: September 29, 1995Article ID: Q131223 |
The information in this article applies to:
SYMPTOMSUsing AddPort, ConfigurePort, or DeletePort with the Universal Naming Convention (UNC) name of a remote server as the first parameter results in a return value of FALSE. This indicates that a failure has occurred. The error returned by GetLastError is ERROR_NOT_SUPPORTED. If the first parameter is the UNC name of the local machine or NULL, the functions succeed.
CAUSECalls to remote servers via AddPort, ConfigurePort and DeletePort are not supported. The documentation gives the impression that the UNC name for a remote server is permissible as the first parameter.
RESOLUTIONUse the UNC name to the local server or NULL as the first parameter.
MORE INFORMATIONThese functions display a dialog associated with the hWnd that is supplied in the second parameter. Because the call displays a dialog box and requires a handle to a window in the second parameter, it is only supported locally.
|
Additional reference words: 3.50 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |