Introduction - If you have any usage issues, please Google them yourself
Direct3D 10 11 has no concept of transfers. Applications instead create resources with a STAGING or DYNAMIC usage, copy between them and the real resource and use Map to map the STAGING DYNAMIC resource.