Il mio problema e' allinterno delle strutture che sono usate dalle API. ES.

Public Structure AVI_STREAM_INFO
Dim fccType As Integer
Dim fccHandler As Integer
....
Dim dwFormatChangeCount As Integer
Dim szName As String ' Deve essere una stringa di 64 caratteri
End Structure


L'ultimo valore deve avere una lunghezza fissa di 64 e non penso di poter fare come dici. Anche perche' non mi permette di mettere neppure un array di char