На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

WNetAddConnection3



The WNetAddConnection3 function makes a connection to a network resource. The function can redirect a local device to the network resource.

The WNetAddConnection3 function is similar to the WNetAddConnection2 function. The main difference is that WNetAddConnection3 has an additional parameter, a handle to a window that the provider of network resources can use as an owner window for dialog boxes.

DWORD WNetAddConnection3(

HWND hwndOwner, // handle to an owner window for network provider dialog boxes
LPNETRESOURCE lpNetResource, // pointer to structure that specifies connection details
LPTSTR lpPassword, // pointer to password string
LPTSTR lpUserName, // pointer to user name string
DWORD dwFlags // set of bit flags that specify connection options
);


Parameters

hwndOwner

Specifies a window that the provider of network resources can use as an owner window for dialog boxes.
The hwndOwner parameter may be NULL. If it is, a call to WNetAddConnection3 is equivalent to calling the WNetAddConnection2 function.

lpNetResource

Points to a NETRESOURCE data structure that specifies details of the proposed connection: information about the network resource, the local device, and the network resource provider.

You must specify the following members of the NETRESOURCE structure:

Member Description
dwType Specifies the type of network resource to connect to. If lpLocalName points to a non-empty string, this member can be RESOURCETYPE_DISK or RESOURCETYPE_PRINT. If lpLocalName is NULL or points to an empty string, dwType can be RESOURCETYPE_DISK, RESOURCETYPE_PRINT, or RESOURCETYPE_ANY.
lpLocalName Points to a null-terminated string that specifies the name of a local device to be redirected, such as "F:" or "LPT1". The string is treated in a case-insensitive manner. If the string is empty or lpLocalName is NULL, the function makes a connection to the network resource without redirecting a local device.
lpRemoteName Points to a null-terminated string that specifies the network resource to connect to. The string can be up to MAX_PATH characters in length . The string must follow the network provider's naming conventions.
lpProvider Points to a null-terminated string that specifies the network provider to connect to. If lpProvider is NULL or points to an empty string, the operating system attempts to determine the correct provider by parsing the string pointed to by lpRemoteName.
You should set this member only if you know for sure which network provider you want to use. Otherwise, let the operating system determine which network provider the network name maps to.
If this member is not NULL, the operating system attempts to make a connection only to the named network provider.


The WNetAddConnection3 function ignores the other members of the NETRESOURCE structure.

lpPassword

Points to a null-terminated string that specifies a password to be used in making the network connection.

If lpPassword is NULL, the function uses the current default password associated with the user specified by lpUserName.
If lpPassword points to an empty string, the function does not use a password.

lpUserName

Points to a null-terminated string that specifies a user name to be used in making the connection.

If lpUserName is NULL, the function uses the default user name. The user context for the process provides the default user name.
The lpUserName parameter is specified when users want to connect to a network resource for which they have been assigned a user name or account other than the default user name or account.
The user-name string represents a security context. It may be specific to a network provider.

dwFlags

A set of bit flags that specify connection options. The following bit flag constants are currently defined:

Value Meaning
CONNECT_UPDATE_PROFILE The network resource connection should be remembered. If this bit flag is set, the operating system automatically attempts to restore the connection when the user logs on.The operating system remembers only successful connections that redirect local devices. It does not remember unsuccessful connections and deviceless connections. A deviceless connection occurs when lpLocalName is NULL or points to an empty string.If this bit flag is clear, the operating system will not automatically restore the connection at logon.


Return Values

If the function succeeds, the return value is NO_ERROR.
If the function fails, the return value is an error code. Returning an error code provides compatibility with the behavior of the Windows 3.1 function WNetAddConnection. You can also call the GetLastError function to obtain the (same) error code. One of the following error codes may be returned when WNetAddConnection3 fails:

Value Meaning
ERROR_ACCESS_DENIED Access to the network resource was denied.
ERROR_ALREADY_ASSIGNED The local device specified by lpLocalName is already connected to a network resource.
ERROR_BAD_DEV_TYPE The type of local device and the type of network resource do not match.
ERROR_BAD_DEVICE The value specified by lpLocalName is invalid.
ERROR_BAD_NET_NAME The value specified by lpRemoteName is not acceptable to any network resource provider. The resource name is invalid, or the named resource cannot be located.
ERROR_BAD_PROFILE The user profile is in an incorrect format.
ERROR_BAD_PROVIDER The value specified by lpProvider does not match any provider.
ERROR_BUSY The router or provider is busy, possibly initializing. The caller should retry.
ERROR_CANCELLED The attempt to make the connection was cancelled by the user through a dialog box from one of the network resource providers or by a called resource.
ERROR_CANNOT_OPEN_PROFILE The system is unable to open the user profile to process persistent connections.
ERROR_DEVICE_ALREADY_REMEMBERED An entry for the device specified in lpLocalName is already in the user profile.
ERROR_EXTENDED_ERROR A network-specific error occured. Call the WNetGetLastError function to get a description of the error.
ERROR_INVALID_PASSWORD The specified password is invalid.
ERROR_NO_NET_OR_BAD_PATH A network component has not started, or the specified name could not be handled.
ERROR_NO_NETWORK There is no network present.


See Also

NETRESOURCE, WNetAddConnection2, WNetCancelConnection2, WNetGetConnection, WNetGetLastError




Пригласи друзей и счет твоего мобильника всегда будет положительным!
Предыдущая статья
 
Сайт Народ.Ру Интернет
Следующая статья
Пригласи друзей и счет твоего мобильника всегда будет положительным!

WNetAddConnection3



Функция WNetAddConnection3 делает связью в сетевой ресурс. Функция может переназначить локальное устройство в сетевой ресурс.

Функция WNetAddConnection3 подобная функции WNetAddConnection2. Основное различие -, что WNetAddConnection3 имеет дополнительный параметр, ручка в окно, что поставщик сетевых ресурсов может использовать как окно владельца для диалоговых ящиков.

DWORD WNetAddConnection3(

HWND hwndOwner, // РУЧКА в окно владельца для диалоговых ящиков сетевого поставщика LPNETRESOURCE lpNetResource, // указатель в структуру, которая определяет детали связи LPTSTR lpPassword, // указатель в строку пароля LPTSTR lpUserName, // указатель в строку имени потребителя DWORD dwFlags // установленную битовых флагов, что определять выборы связи
);


Параметры

hwndOwner

Определяет окно, что поставщик сетевых ресурсов может использовать как окно владельца для диалоговых ящиков.
Параметр hwndOwner может быть НЕДЕЙСТВИТЕЛЕН. Если это -, вызов на WNetAddConnection3 - эквивалент вызову функции WNetAddConnection2.

lpNetResource

Точки на структуру данных NETRESOURCE, которые определяют детали предлагаемой связи: информация о сетевом ресурсе, локальное устройство, и сетевом поставщике ресурса.

Вы должны определить следующих участников структуры NETRESOURCE:

Описание Элемента
dwType Определяет тип сетевого ресурса, чтобы соединять, чтобы. Если точки lpLocalName на не-пустую строку, этот элемент может быть RESOURCETYPE_DISK или RESOURCETYPE_PRINT. Если lpLocalName - НЕДЕЙСТВИТЕЛЬНЫЕ или точки на пустую строку, dwType может быть RESOURCETYPE_DISK, RESOURCETYPE_PRINT, или RESOURCETYPE_ANY.
lpLocalName УКАЗЫВАЕТ на недействительный расторгнутую строку, которая определяет имя локального устройства, которое нужно переназначать, как например, "F:" или "LPT1". Строка обратиться в случай-нечувствительный способ. Если строка пустая или lpLocalName НЕДЕЙСТВИТЕЛЕН, функция делает связью в сетевой ресурс не переназначая локальное устройство.
lpRemoteName УКАЗЫВАЕТ на недействительный расторгнутую строку, которая определяет сетевой ресурс, чтобы соединять, чтобы. Строка может быть вплоть до символов MAX_PATH на длине. Строка должна последовать за сетевым присваиванием имен соглашений поставщика.
lpProvider Указывает на недействительный расторгнутую строку, которая определяет сетевого поставщика, чтобы соединять, чтобы. Если lpProvider - НЕДЕЙСТВИТЕЛЬНЫЕ или точки на пустую строку, операционная система пытается определять правильного поставщика выполняя грамматический разбор строку указывался, чтобы lpRemoteName.
Вы должны устанавливать этот элемент только если Вы знаете точно какого сетевого поставщика, который Вы хотите использовать. В противном случае, позволять, чтобы операционная система определяет какого сетевого поставщика, что сетевое имя отображает, чтобы.
Если этот элемент не НЕДЕЙСТВИТЕЛЕН, операционная система пытается делать связью только поименованному сетевому поставщику.


Функция WNetAddConnection3 игнорирует других участников структуры NETRESOURCE.

lpPassword

Точки на недействительный расторгнутую строку, которые определяют пароль, который нужно использоваться в получении сетевой связи.

Если lpPassword НЕДЕЙСТВИТЕЛЕН, функция использует текущий по умолчанию пароль связанный пользователем определенным lpUserName.
Если точки lpPassword на пустую строку, функция не использует пароль.

lpUserName

Точки на недействительный расторгнутую строку, которые определяют имя пользователя, чтобы быть использованн в получении связи.

Если lpUserName НЕДЕЙСТВИТЕЛЕН, функция использует по умолчанию имя пользователя. Контекст пользователя для процесса обеспечивает по умолчанию имя пользователя.
Параметр lpUserName определен когда пользователи хотятся подключить к сетевому ресурсу для которого они назначены имя пользователя или посчиталось кроме по умолчанию имени пользователя или счета.
Пользователь-имя строки представляет контекст безопасности. Это возможно характерным для сетевого поставщика.

dwFlags

Установка бита сигнализирует, что определяет опции связи. Константы битового флага следующего к настоящему времени определены:

Значение Величины
CONNECT_UPDATE_PROFILE сетевая связь ресурса должна быть поминана. Если этот битовый флаг установлен, операционная система автоматически пытается восстанавливать связь когда пользователь регистрирует на.Операционная система помнит только успешные связи, которые переназначают локальные устройства. Это не помнит неудачные связи и deviceless связи. Связь deviceless происходит когда lpLocalName - НЕДЕЙСТВИТЕЛЬНЫЕ или точки на пустую строку.Если этот битовый флаг ясен, операционная система автоматически не восстановит связь на вводе.


Обратные Величины

Если функция добивается успеха, обратная величина - NO_ERROR.
Если функция терпит неудачу, обратная величина является кодом ошибки. Возврат кода ошибки обеспечивает совместимость поведением функции Windows 3.1 WNetAddConnection. Вы можете также назвать функцию GetLastError, чтобы получать ошибку (эта) код. Одна из следующей ошибки кодирует может быть возвращано когда WNetAddConnection3 терпит неудачу:

Значение Величины
Доступ ERROR_ACCESS_DENIED к сетевому ресурсу был запрещен.
ERROR_ALREADY_ASSIGNED локальное устройство определенное lpLocalName уже подключено к сетевому ресурсу.
ERROR_BAD_DEV_TYPE тип локального устройства и тип сетевого ресурса не сочетается.
ERROR_BAD_DEVICE величина определенная lpLocalName недействительна.
ERROR_BAD_NET_NAME величина определенная lpRemoteName не приемлемая любому сетевому поставщику ресурса. Имя ресурса недействительно, или поименованный ресурс не может быть расположен.
ERROR_BAD_PROFILE профиль пользователя - в неправильном формате.
ERROR_BAD_PROVIDER величина определялась lpProvider не соответствует любому поставщику.
ERROR_BUSY маршрутизатор или поставщик - занятый, возможно инициализирующий. Вызывающий оператор должен делать новую попытку.
ERROR_CANCELLED попытка, чтобы делать связью быть отменен пользователем через диалогового блока из одного из сетевых поставщиков ресурса или названным ресурсом.
ERROR_CANNOT_OPEN_PROFILE система - не в состоянии открыть профиль пользователя, чтобы обрабатывать устойчивые связи.
ERROR_DEVICE_ALREADY_REMEMBERED вход для устройства определенного в lpLocalName - уже в профиле пользователя.
ERROR_EXTENDED_ERROR сетевая-специфическая ошибка происходила. Назовите функцию WNetGetLastError, чтобы получать описание ошибки.
ERROR_INVALID_PASSWORD определенный пароль недействителен.
ERROR_NO_NET_OR_BAD_PATH сетевой компонент не запустился, или определенное имя не могло оперировано.
ERROR_NO_NETWORK Нет сетевого настоящего.


Смотри Также

NETRESOURCE, WNetAddConnection2, WNetCancelConnection2, WNetGetConnection, WNetGetLastError




Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz