Vulkan export to texture (VK_NV_external_memory)

I’d like to export textures from Vulkan to DirectX 11.

Using Vulkan NVIDIA Extension, and vkGetMemoryWin32HandleNV was returned valid handle probably (not 0x00000000).
but OpenSharedResource failure on DirectX11 side.

Is there such a sample program ? (Vulkan texture export to directx11, using VK_NV_external_memory)

as reference at slide page 27