Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
<StructLayout(LayoutKind.Explicit)> _
Public Structure MmTime
<FieldOffset(0)> Public wType As UInt32
<FieldOffset(4)> Public ms As UInt32
<FieldOffset(4)> Public sample As UInt32
<FieldOffset(4)> Public cb As UInt32
<FieldOffset(4)> Public ticks As UInt32
<FieldOffset(4)> Public smtpeHour As Byte
<FieldOffset(5)> Public smpteMin As Byte
<FieldOffset(6)> Public smpteSec As Byte
<FieldOffset(7)> Public smpteFrame As Byte
<FieldOffset(8)> Public smpteFps As Byte
<FieldOffset(9)> Public smpteDummy As Byte
<FieldOffset(10)> Public smptePad0 As Byte
<FieldOffset(11)> Public smptePad1 As Byte
<FieldOffset(4)> Public midiSongPtrPos As UInt32
End Structure
User-Defined Field Types:
None.
Notes:
None.
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.