Although, most of the Windows handles may be duplicated with DuplicateHandle(), this requires knowledge of the processes, desired access and what not. The dplhandle<> supports only trivial duplication. Hence win_handle is not a child of dplhandle<>, but handle<> instead. Signed-off-by: Simon Rozman <simon@rozman.si>