3.3.4.3.2 RpcCloseEnum (Opnum 1)

The RpcCloseEnum method closes the enumeration object returned by RpcOpenEnum. This method MUST be called after RpcOpenEnum. No special permissions are required to call this method.

 HRESULT RpcCloseEnum(
   [in, out] ENUM_HANDLE* phEnum
 );

phEnum:  The handle to the session enumeration object. This is of type ENUM_HANDLE.

Return Values:  The method MUST return S_OK (0x00000000) on success; otherwise, it MUST return an implementation-specific negative value.

Return value/code

Description

0x00000000

S_OK

Successful completion.