Add comment for total count in example.
parent
c1c4589678
commit
3224924650
|
@ -58,7 +58,7 @@ OOVPA_END;
|
|||
```
|
||||
For example
|
||||
```c
|
||||
OOVPA_NO_XREF(DirectSoundCreate, 3936, 10)
|
||||
OOVPA_NO_XREF(DirectSoundCreate, 3936, 10) //(1 xref entry + 9 Offset and Value)
|
||||
|
||||
// DirectSoundCreate+0x23 : add eax, 8
|
||||
{ 0x23, 0x83 },
|
||||
|
@ -97,7 +97,7 @@ OOVPA_END;
|
|||
```
|
||||
For example
|
||||
```c
|
||||
OOVPA_XREF(CDirectSoundBuffer_GetStatus, 3936, 10,
|
||||
OOVPA_XREF(CDirectSoundBuffer_GetStatus, 3936, 10, //(1 xref entry + 9 Offset and Value)
|
||||
|
||||
XREF_CDirectSoundBuffer_GetStatus,
|
||||
XRefOne)
|
||||
|
|
Loading…
Reference in New Issue