SYMBOL INDEX (58 symbols across 17 files) FILE: Samples/DumpPhys/DumpPhys/Form1.Designer.cs class Form1 (line 3) | partial class Form1 method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Samples/DumpPhys/DumpPhys/Form1.cs class Form1 (line 20) | public unsafe partial class Form1 : Form method LoadLibrary (line 22) | [DllImport("kernel32.dll")] method GetProcAddress (line 25) | [DllImport("kernel32.dll")] method FreeLibrary (line 28) | [DllImport("kernel32")] method Form1 (line 45) | public Form1() method Form1_Load (line 50) | private void Form1_Load(object sender, EventArgs e) method btnGetValue_Click (line 91) | private void btnGetValue_Click(object sender, EventArgs e) method btnQuit_Click (line 118) | private void btnQuit_Click(object sender, EventArgs e) method btnSetValue_Click (line 133) | private void btnSetValue_Click(object sender, EventArgs e) FILE: Samples/DumpPhys/DumpPhys/Program.cs class Program (line 7) | static class Program method Main (line 12) | [STAThread] FILE: Samples/DumpPhys/DumpPhys/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Samples/DumpPhys/DumpPhys/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Samples/DumpPort/DumpPort/Form1.Designer.cs class Form1 (line 3) | partial class Form1 method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Samples/DumpPort/DumpPort/Form1.cs class Form1 (line 21) | public unsafe partial class Form1 : Form method LoadLibrary (line 23) | [DllImport("kernel32.dll")] method GetProcAddress (line 26) | [DllImport("kernel32.dll")] method FreeLibrary (line 29) | [DllImport("kernel32")] method Form1 (line 46) | public Form1() method Form1_Load (line 51) | private void Form1_Load(object sender, EventArgs e) method btnQuit_Click (line 88) | private void btnQuit_Click(object sender, EventArgs e) method btnGetValue_Click (line 103) | private void btnGetValue_Click(object sender, EventArgs e) method btnSetValue_Click (line 130) | private void btnSetValue_Click(object sender, EventArgs e) FILE: Samples/DumpPort/DumpPort/Program.cs class Program (line 7) | static class Program method Main (line 12) | [STAThread] FILE: Samples/DumpPort/DumpPort/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Samples/DumpPort/DumpPort/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Source/Dll/InstDrv.cpp function InstallWinIoDriver (line 11) | bool _stdcall InstallWinIoDriver(PWSTR pszWinIoDriverPath, bool IsDemand... function RemoveWinIoDriver (line 54) | bool _stdcall RemoveWinIoDriver() function StartWinIoDriver (line 108) | bool _stdcall StartWinIoDriver() function StopWinIoDriver (line 138) | bool _stdcall StopWinIoDriver() FILE: Source/Dll/Phys32.cpp function PBYTE (line 15) | PBYTE _stdcall MapPhysToLin(tagPhysStruct &PhysStruct) function UnmapPhysicalMemory (line 34) | bool _stdcall UnmapPhysicalMemory(tagPhysStruct &PhysStruct) function GetPhysLong (line 54) | bool _stdcall GetPhysLong(PBYTE pbPhysAddr, PDWORD pdwPhysVal) function SetPhysLong (line 87) | bool _stdcall SetPhysLong(PBYTE pbPhysAddr, DWORD dwPhysVal) FILE: Source/Dll/Port32.cpp function GetPortVal (line 16) | bool _stdcall GetPortVal(WORD wPortAddr, PDWORD pdwPortVal, BYTE bSize) function SetPortVal (line 76) | bool _stdcall SetPortVal(WORD wPortAddr, DWORD dwPortVal, BYTE bSize) FILE: Source/Dll/Port32.h type GDT_DESCRIPTOR (line 6) | struct GDT_DESCRIPTOR type CALLGATE_DESCRIPTOR (line 23) | struct CALLGATE_DESCRIPTOR type GDTR (line 36) | struct GDTR FILE: Source/Dll/WinIo.cpp function BOOL (line 24) | BOOL Is64BitOS() function GetDriverPath (line 72) | bool GetDriverPath() function InitializeWinIo (line 95) | bool __stdcall InitializeWinIo() function ShutdownWinIo (line 155) | void _stdcall ShutdownWinIo() FILE: Source/Drv/WinIo.c function NTSTATUS (line 36) | NTSTATUS DriverEntry (IN PDRIVER_OBJECT DriverObject, function NTSTATUS (line 99) | NTSTATUS WinIoDispatch(IN PDEVICE_OBJECT DeviceObject, function WinIoUnload (line 319) | void WinIoUnload(IN PDRIVER_OBJECT DriverObject) function NTSTATUS (line 343) | NTSTATUS MapPhysicalMemoryToLinearSpace(PVOID pPhysAddress, function NTSTATUS (line 459) | NTSTATUS UnmapPhysicalMemory(HANDLE PhysicalMemoryHandle, PVOID pPhysMem... FILE: Source/Drv/winio_nt.h type tagPhysStruct (line 51) | struct tagPhysStruct type tagPortStruct (line 60) | struct tagPortStruct