That's right, just found it, but there's still a problem ...

pXofChildData.GetName(@name, nameLen);

doesn't work ... I had to type :

pXofChildData.GetName(@name, @nameLen);

Perhaps it's because I'm using DX8.1 and not DX9

Anyway thanks a lot !

bye
Avatar