1 write to m_lRecordLen
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (1)
391
m_lRecordLen
= lRecordLen
37 references to m_lRecordLen
Microsoft.VisualBasic.Core (37)
Microsoft\VisualBasic\CompilerServices\VB6BinaryFile.vb (4)
41
If
m_lRecordLen
= -1 Then
45
absRecordLength =
m_lRecordLen
67
If
m_lRecordLen
= -1 Then
71
absRecordLength =
m_lRecordLen
Microsoft\VisualBasic\CompilerServices\VB6File.vb (26)
486
If (
m_lRecordLen
= -1) OrElse (GetMode() <> OpenMode.Random) Then
490
If
m_lRecordLen
= 0 Then
500
Return (m_position \
m_lRecordLen
) + 1
511
If
m_lRecordLen
= 0 Then
517
ElseIf
m_lRecordLen
= -1 Then
534
If (lSeekPos Mod
m_lRecordLen
) = 0 Then
541
lSeekPos =
m_lRecordLen
* (lSeekPos \
m_lRecordLen
+ 1)
546
If
m_lRecordLen
= -1 Then
549
lSeekPos = (RecordNumber - 1) *
m_lRecordLen
625
If
m_lRecordLen
= -1 Then
628
m_file.Lock((Record - 1) *
m_lRecordLen
,
m_lRecordLen
)
636
If
m_lRecordLen
= -1 Then
639
m_file.Unlock((Record - 1) *
m_lRecordLen
,
m_lRecordLen
)
647
If
m_lRecordLen
= -1 Then
650
m_file.Lock((RecordStart - 1) *
m_lRecordLen
, ((RecordEnd - RecordStart) + 1) *
m_lRecordLen
)
658
If
m_lRecordLen
= -1 Then
661
m_file.Unlock((RecordStart - 1) *
m_lRecordLen
, ((RecordEnd - RecordStart) + 1) *
m_lRecordLen
)
1000
If
m_lRecordLen
= -1 Then
1004
If Length >
m_lRecordLen
Then
1007
If (GetPos() + Length) > (m_lRecordStart +
m_lRecordLen
) Then
1754
If GetPos() + totalLength <= m_lRecordStart +
m_lRecordLen
Then
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (7)
136
lStartByte = (lStart - 1) *
m_lRecordLen
137
lLength = (lEnd - lStart + 1) *
m_lRecordLen
153
lStartByte = (lStart - 1) *
m_lRecordLen
154
lLength = (lEnd - lStart + 1) *
m_lRecordLen
172
If
m_lRecordLen
= 0 Then
177
Return (pos +
m_lRecordLen
- 1) \
m_lRecordLen