Do the GetRawInputDeviceList() handles have to be closed?

Hi,

do the handles returned from GetRawInputDeviceList() have to be closed? Does someone know? If yes, does some ordinary CloseHandle() do the job or are there more steps involved?

K.

Looks like those handles are some internal persistent handles/pointers and there is no provision for explicitly closing them.

Ok, thank you.