 |
WNetCloseEnum ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The WNetCloseEnum function ends a network resource enumeration started by a call to the WNetOpenEnum function. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD WNetCloseEnum(
HANDLE hEnum // handle to enumeration
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER WNetCloseEnum IN mpr;
INTEGER hEnum
|
 |
 |
 |
| Parameters: |
 |
hEnum
[in] Specifies a handle that identifies an enumeration instance. This handle must be returned by the WNetOpenEnum function. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is NO_ERROR. |
 |
 |
| Word Index links for the WNetCloseEnum : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-06-28 12:03:19 | | Modified: | 2002-06-28 12:04:31 | Visited in last 7 days: 14 |