Hi, it´s me here, this time trying to deal with XInput. I found handy, perfectly working tutorial how to configure Xbox 360 -controller into your application. If anyone is interested, here´s the link: http://www.codeproject.com/KB/directx/xbox360_cont_xinput.aspx
As I went along, I noticed this almost at the bottom of the page:
Now, after doing some research I found out that this line uses method chaining. However, the problem is, what & how I could possible use it & where would I need it? I would like to know more about this feature, please.