What is pd3dDevice in DirectX 11?
See the question and my original answer on StackOverflowIt's a ID3D11Device1*.
To find this, beyond the name where p stands for "pointer", just google on the method as it's often discriminant enough, for example, here CreateBlendState1 will lead you to ID3D11Device1::CreateBlendState1