Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NPCloseEnum function closes an enumeration.
Syntax
DWORD NPCloseEnum(
[in] HANDLE hEnum
);
Parameters
[in] hEnum
Handle obtained from an NPOpenEnum call.
Return value
If the function succeeds, it will return WN_SUCCESS. Otherwise, it will return an error code, which can be one of the following:
Return code | Description |
---|---|
|
The network is not present. This condition is checked before hEnum is tested for validity. |
|
hEnum is not a valid handle. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | npapi.h |