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.
BY_HANDLE_FILE_INFORMATION (Structures)
.
C# Definition:
struct BY_HANDLE_FILE_INFORMATION {
public TODO;
}
VB Definition:
Structure BY_HANDLE_FILE_INFORMATION
<FieldOffset(0)> Public dwFileAttributes As Int32
<FieldOffset(4)> Public ftCreationTime As Int64 ' FILETIME
<FieldOffset(12)> Public ftLastAccessTime As Int64 ' FILETIME
<FieldOffset(20)> Public ftLastWriteTime As Int64 ' FILETIME
<FieldOffset(28)> Public dwVolumeSerialNumber As Int32
<FieldOffset(32)> Public nFileSizeHigh As Int32
<FieldOffset(36)> Public nFileSizeLow As Int32
<FieldOffset(40)> Public nNumberOfLinks As Int32
<FieldOffset(44)> Public nFileIndexHigh As Int32
<FieldOffset(48)> Public nFileIndexLow As Int32
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.