Source position: DirectXUT.pas line 918
type TDXUTListBoxItem = record
strText: array [0..255] of WideChar;
pData: Pointer;
rcActive: TRect;
bSelected: Boolean;
end;