The WNetDisconnectDialog1 function attempts to disconnect from a network resource. If the underlying network returns WN_OPEN_FILES, the function prompts the user for confirmation. If there is any error, it informs the user.
DWORD WNetDisconnectDialog1(
LPDISCDLGSTRUCT lpDiscDlgStruc |
// pointer to structure |
); |
WN_SUCCESS if the connection is successfully disconnected. Error codes include the following.
Value |
Meaning |
WN_CANCEL |
After the user was prompted for a decision to disconnect, the user elected not to disconnect. |
WN_OPEN_FILES |
Unable to disconnect because the user is actively using the connection. |
WN_FUNCTION_BUSY |
The MPR or NP is busy (possibly initializing). The caller should retry. [The terms MPR and NP shouldn’t appear in these docs, as we discussed once in email.] |
WN_NO_NETWORK |
The network is not present. |
WN_OUT_OF_MEMORY |
There is not enough memory to bring up the dialog. |
WN_EXTENDED_ERROR |
A network specific error occurred. Call WNetGetLastError to obtain a description of the error. |
WNetConnectionDialog, WNetConnectionDialog1, WNetDisconnectDialog
file: /Techref/os/win/api/win32/func/src/f92_6.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 21:37,
18.118.138.145:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f92_6.htm"> WNetDisconnectDialog1</A> |
Did you find what you needed? |