diff --git a/sdk-api-src/content/dxgi1_2/nf-dxgi1_2-idxgiresource1-createsharedhandle.md b/sdk-api-src/content/dxgi1_2/nf-dxgi1_2-idxgiresource1-createsharedhandle.md index 838c533594c6..f0ec638e4c93 100644 --- a/sdk-api-src/content/dxgi1_2/nf-dxgi1_2-idxgiresource1-createsharedhandle.md +++ b/sdk-api-src/content/dxgi1_2/nf-dxgi1_2-idxgiresource1-createsharedhandle.md @@ -91,10 +91,7 @@ You can combine these values by using a bitwise OR operation. The name of the resource to share. The name is limited to MAX_PATH characters. Name comparison is case sensitive. - - - - You will need the resource name if you call the ID3D11Device1::OpenSharedResourceByName method to access the shared resource by name. If you instead call the ID3D11Device1::OpenSharedResource1 method to access the shared resource by handle, set this parameter to NULL. +You will need the resource name if you call the ID3D11Device1::OpenSharedResourceByName method to access the shared resource by name. If you instead call the ID3D11Device1::OpenSharedResource1 method to access the shared resource by handle, set this parameter to NULL. If lpName matches the name of an existing resource, CreateSharedHandle fails with DXGI_ERROR_NAME_ALREADY_EXISTS. This occurs because these objects share the same namespace.