SYMBOL INDEX (375 symbols across 63 files) FILE: HID Miniport/Hidminiport.c function NTSTATUS (line 16) | NTSTATUS function NTSTATUS (line 57) | NTSTATUS function NTSTATUS (line 72) | NTSTATUS function NTSTATUS (line 106) | NTSTATUS function NTSTATUS (line 162) | NTSTATUS function VOID (line 196) | VOID FILE: HID Miniport/Hidminiport.h type NTSTATUS (line 39) | typedef NTSTATUS (*PNOTIFY_PRESENCE)(PDEVICE_OBJECT, BOOLEAN); type HID_MINIPORT_ADDRESSES (line 41) | typedef struct _HID_MINIPORT_ADDRESSES FILE: HID Miniport/Trace.c function VOID (line 17) | VOID FILE: HID Wiimote Control Center/App.xaml.cs class App (line 21) | public partial class App : Application method App (line 25) | public App() method OnStartup (line 30) | private void OnStartup(object sender, StartupEventArgs e) method ChangeMainWindow (line 65) | public static void ChangeMainWindow(Window NewWindow, Window CallingWi... method CurrentDomain_UnhandledException (line 72) | private void CurrentDomain_UnhandledException(object sender, Unhandled... FILE: HID Wiimote Control Center/Control Center/DummyDeviceInterface.cs class DummyDeviceInterface (line 19) | class DummyDeviceInterface : UserModeLib.IWiimoteDeviceInterface method Disconnect (line 36) | public void Disconnect() method Initialize (line 40) | public State Initialize() method SetDriverMode (line 45) | public bool SetDriverMode(DriverMode NewMode) method SetEnableWiimoteXAxisAccelerometer (line 51) | public bool SetEnableWiimoteXAxisAccelerometer(bool Enabled) method SetEnableWiimoteYAxisAccelerometer (line 57) | public bool SetEnableWiimoteYAxisAccelerometer(bool Enabled) method SetSwapMouseButtons (line 63) | public bool SetSwapMouseButtons(bool Enabled) method SetSwapTriggerAndShoulder (line 69) | public bool SetSwapTriggerAndShoulder(bool Enabled) method SetSplitTrigger (line 75) | public bool SetSplitTrigger(bool Enabled) method SetMapTriggerAsAxis (line 81) | public bool SetMapTriggerAsAxis(bool Enabled) method SetMapTriggerAsButtons (line 87) | public bool SetMapTriggerAsButtons(bool Enabled) FILE: HID Wiimote Control Center/Control Center/WiimoteDevice.cs class WiimoteDevice (line 19) | public class WiimoteDevice : INotifyPropertyChanged class Option (line 21) | public class Option : INotifyPropertyChanged method Option (line 29) | public Option(Func InterfaceDelegate) method SetValue (line 46) | public void SetValue(Type Value) method ChangeValue (line 52) | protected void ChangeValue(Type RequestedValue) method OnPropertyChanged (line 66) | protected void OnPropertyChanged(string PropertyName) method WiimoteDevice (line 91) | public WiimoteDevice(UserModeLib.IWiimoteDeviceInterface DeviceInterface) method OnEnableAccelerometerAxisChanged (line 153) | private void OnEnableAccelerometerAxisChanged(object sender, PropertyC... method OnPropertyChanged (line 171) | protected void OnPropertyChanged(string PropertyName) method Disconnect (line 176) | public void Disconnect() method Initilize (line 181) | public void Initilize() method InitilizeAction (line 186) | protected void InitilizeAction() method OnDeviceRemoved (line 200) | private void OnDeviceRemoved(object sender, System.EventArgs e) method OnStatusUpdate (line 208) | private void OnStatusUpdate(object sender, UserModeLib.Status StatusUp... method ApplyState (line 213) | protected void ApplyState(UserModeLib.State State) method ApplyStatus (line 228) | protected void ApplyStatus(UserModeLib.Status Status) FILE: HID Wiimote Control Center/Main Windows/ControlCenterWindow.xaml.cs class ControlCenterWindow (line 25) | public partial class ControlCenterWindow : Window method ControlCenterWindow (line 30) | public ControlCenterWindow() method OnInitialized (line 35) | private void OnInitialized(object sender, System.EventArgs e) method OnNewWiimoteDeviceInterfaceFound (line 48) | private void OnNewWiimoteDeviceInterfaceFound(object sender, UserModeL... method OnWiimoteDeviceDisconneted (line 66) | private void OnWiimoteDeviceDisconneted(object sender, EventArgs e) method OnInstallerClick (line 82) | private void OnInstallerClick(object sender, RoutedEventArgs e) method OnAboutClick (line 87) | private void OnAboutClick(object sender, RoutedEventArgs e) method OnClosing (line 112) | private void OnClosing(object sender, System.ComponentModel.CancelEven... class ExtensionToStringConverter (line 130) | public class ExtensionToStringConverter : IValueConverter method Convert (line 140) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 165) | public object ConvertBack(object value, Type targetType, object parame... class ModeToStringConverter (line 171) | public class ModeToStringConverter : IValueConverter method Convert (line 180) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 201) | public object ConvertBack(object value, Type targetType, object parame... FILE: HID Wiimote Control Center/Main Windows/InstallerWindow.xaml.cs class InstallerWindow (line 28) | public partial class InstallerWindow : Window method InstallerWindow (line 32) | public InstallerWindow() method OnInitialized (line 70) | private void OnInitialized(object sender, EventArgs e) method InstallerActionButtonClick (line 75) | private void InstallerActionButtonClick(object sender, RoutedEventArgs e) method CloseButtonClick (line 90) | private void CloseButtonClick(object sender, RoutedEventArgs e) method AllRequirementsFulfilled (line 103) | private bool AllRequirementsFulfilled() class InstallerAction (line 120) | public class InstallerAction : INotifyPropertyChanged method InstallerAction (line 139) | public InstallerAction(string Title, bool Required, string Description... method OnPropertyChanged (line 273) | protected void OnPropertyChanged(string PropertyName) method StartTask (line 282) | private void StartTask(Action TaskAction) method TaskCompletion (line 295) | private void TaskCompletion(Task CompletedTask) method CheckIsGood (line 300) | private void CheckIsGood() method ButtonAction (line 305) | private void ButtonAction() method ButtonClicked (line 329) | public void ButtonClicked() class BooleanToColorConverter (line 335) | public class BooleanToColorConverter : IValueConverter method Convert (line 340) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 347) | public object ConvertBack(object value, Type targetType, object parame... FILE: HID Wiimote Control Center/Main Windows/UpdaterWindow.xaml.cs class UpdaterWindow (line 29) | public partial class UpdaterWindow : Window method UpdaterWindow (line 35) | public UpdaterWindow() method AskForUpdate (line 49) | private bool AskForUpdate() method OnInitialized (line 57) | private void OnInitialized(object sender, EventArgs e) method OnLoaded (line 62) | private void OnLoaded(object sender, RoutedEventArgs e) method StartTaskQueue (line 71) | private void StartTaskQueue() method UpdaterTaskComplete (line 76) | private void UpdaterTaskComplete(Task CompletedTask, Object State) method RemoveOldDeviceDriver (line 108) | private bool RemoveOldDeviceDriver() method InstallNewDeviceDriver (line 130) | private bool InstallNewDeviceDriver() method CloseButtonClick (line 152) | private void CloseButtonClick(object sender, RoutedEventArgs e) FILE: HID Wiimote Control Center/Properties/App.Designer.cs class App (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method App (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: HID Wiimote Control Center/Properties/ControlCenter.Designer.cs class ControlCenter (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method ControlCenter (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: HID Wiimote Control Center/Properties/Installer.Designer.cs class Installer (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Installer (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: HID Wiimote Control Center/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: HID Wiimote Control Center/Secondary Windows/About.xaml.cs class About (line 21) | public partial class About : Window method About (line 23) | public About() method OnInitialized (line 27) | private void OnInitialized(object sender, System.EventArgs e) method HyperlinkRequestNavigate (line 33) | private void HyperlinkRequestNavigate(object sender, System.Windows.Na... method OnCloseClick (line 38) | private void OnCloseClick(object sender, RoutedEventArgs e) FILE: HID Wiimote Control Center/Setup/DeviceDriver.cs class DeviceDriver (line 20) | static class DeviceDriver method IsInstalled (line 29) | public static bool IsInstalled() method Install (line 36) | public static void Install() method Uninstall (line 77) | public static void Uninstall() FILE: HID Wiimote Control Center/Setup/DeviceDriverUninstallerRegistry.cs class DeviceDriverUninstallerRegistry (line 17) | static class DeviceDriverUninstallerRegistry type Version (line 21) | private struct Version method Version (line 28) | public Version(string VersionString) method IsNewer (line 38) | public bool IsNewer(Version Other) method ParseStringPart (line 63) | private static ushort ParseStringPart(string[] StringParts, int index) type DeviceDriverState (line 76) | public enum DeviceDriverState { NoneInstalled, OlderInstalled, Current... method GetDeviceDriverState (line 78) | public static DeviceDriverState GetDeviceDriverState(string AppVersion... method GetDeviceDriverState (line 83) | public static DeviceDriverState GetDeviceDriverState(string AppVersion... method GetInstalledVersionString (line 115) | public static string GetInstalledVersionString() method GetUninstallString (line 121) | public static string GetUninstallString() method CreateHIDWiimoteUninstallKey (line 133) | public static bool CreateHIDWiimoteUninstallKey(string UninstallCommna... method GetHIDWiimoteUninstallKey (line 151) | private static RegistryKey GetHIDWiimoteUninstallKey() FILE: HID Wiimote Control Center/Setup/InstallStepAction/CopyFile.cs class CopyFile (line 15) | class CopyFile : IInstallStepAction method CopyFile (line 21) | public CopyFile(string FileName, string InstallDir) method Do (line 29) | public bool Do() method Undo (line 40) | public void Undo() method GetExceptionMessage (line 45) | public string GetExceptionMessage() FILE: HID Wiimote Control Center/Setup/InstallStepAction/CreateRegistryUninstallKey.cs class CreateRegistryUninstallKey (line 15) | class CreateRegistryUninstallKey : IInstallStepAction method CreateRegistryUninstallKey (line 20) | public CreateRegistryUninstallKey(string UninstallString, string DPIns... method Do (line 26) | public bool Do() method Undo (line 31) | public void Undo() method GetExceptionMessage (line 35) | public string GetExceptionMessage() FILE: HID Wiimote Control Center/Setup/InstallStepAction/IInstallAction.cs type IInstallStepAction (line 15) | interface IInstallStepAction method Do (line 17) | bool Do(); method Undo (line 18) | void Undo(); method GetExceptionMessage (line 19) | string GetExceptionMessage(); FILE: HID Wiimote Control Center/Setup/InstallStepAction/RunDPInstall.cs class RunDPInstall (line 17) | class RunDPInstall : IInstallStepAction method RunDPInstall (line 22) | public RunDPInstall(string DPInstPath, string InfFilePath) method Do (line 28) | public bool Do() method Undo (line 36) | public void Undo() method GetExceptionMessage (line 42) | public string GetExceptionMessage() FILE: HID Wiimote Control Center/Setup/InstallStepAction/TextResourceToFile.cs class TextResourceToFile (line 15) | class TextResourceToFile : IInstallStepAction method TextResourceToFile (line 20) | public TextResourceToFile(string OutputPath, string FileContent) method Do (line 26) | public bool Do() method Undo (line 41) | public void Undo() method GetExceptionMessage (line 46) | public string GetExceptionMessage() FILE: HID Wiimote Control Center/Setup/SetupAction/Certificate.cs class Certificate (line 17) | class Certificate : ISetupAction method IsSetUp (line 22) | public bool IsSetUp() method TrySetUp (line 44) | public void TrySetUp() method TryRevert (line 60) | public void TryRevert() FILE: HID Wiimote Control Center/Setup/SetupAction/DeviceDriver.cs class DeviceDriver (line 16) | class DeviceDriver : ISetupAction method IsSetUp (line 18) | public bool IsSetUp() method TrySetUp (line 23) | public void TrySetUp() method TryRevert (line 28) | public void TryRevert() FILE: HID Wiimote Control Center/Setup/SetupAction/ISetupAction.cs type ISetupAction (line 15) | public interface ISetupAction method IsSetUp (line 17) | bool IsSetUp(); method TrySetUp (line 18) | void TrySetUp(); method TryRevert (line 19) | void TryRevert(); FILE: HID Wiimote Control Center/Setup/SetupAction/TestMode.cs class TestMode (line 18) | class TestMode : ISetupAction method IsSetUp (line 27) | public bool IsSetUp() method TrySetUp (line 37) | public void TrySetUp() method TryRevert (line 42) | public void TryRevert() method RunBCDEdit (line 47) | private string RunBCDEdit(string Argument) FILE: HID Wiimote Control Center/UserControls/LEDDisplay.xaml.cs class LEDDisplay (line 24) | public partial class LEDDisplay : UserControl method LEDDisplay (line 26) | public LEDDisplay() class LEDStateToColorConverter (line 32) | public class LEDStateToColorConverter : IValueConverter method Convert (line 37) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 55) | public object ConvertBack(object value, Type targetType, object parame... FILE: HID Wiimote Control Center/UserControls/TaskList.xaml.cs class TaskList (line 25) | public partial class TaskList : UserControl method TaskList (line 27) | public TaskList() class Item (line 32) | public class Item : INotifyPropertyChanged type TaskStatus (line 34) | public enum TaskStatus { Waiting, Running, Finished, Error }; method Item (line 43) | public Item(string DisplayMessage, Func QueuedTask) method Item (line 50) | public Item(string DisplayMessage, TaskStatus Status) method StartTask (line 76) | public void StartTask(Action, Object> CompleteCallback) method OnPropertyChanged (line 84) | protected void OnPropertyChanged(string PropertyName) class StatusToBulletPointValueConverter (line 91) | public class StatusToBulletPointValueConverter : IValueConverter method Convert (line 98) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 117) | public object ConvertBack(object value, Type targetType, object parame... FILE: HID Wiimote Control Center/Utility/SingleInstanceProtector.cs class SingleInstanceProtector (line 21) | class SingleInstanceProtector method SetForegroundWindow (line 24) | [DllImport("user32.dll")] method ShowWindowAsync (line 26) | [DllImport("user32.dll")] method IsIconic (line 28) | [DllImport("user32.dll")] method SingleInstanceProtector (line 37) | public SingleInstanceProtector() method IsFirstInstance (line 46) | public bool IsFirstInstance() method OnAppExit (line 51) | private void OnAppExit(object sender, System.Windows.ExitEventArgs e) method ShowOtherAppInstance (line 56) | public void ShowOtherAppInstance() FILE: HID Wiimote User Mode/IWiimoteDeviceInterface.h function namespace (line 18) | namespace HIDWiimote FILE: HID Wiimote User Mode/Log.cpp type HIDWiimote (line 17) | namespace HIDWiimote type UserModeLib (line 19) | namespace UserModeLib FILE: HID Wiimote User Mode/Log.h function namespace (line 15) | namespace HIDWiimote FILE: HID Wiimote User Mode/State.cpp type HIDWiimote (line 20) | namespace HIDWiimote type UserModeLib (line 22) | namespace UserModeLib FILE: HID Wiimote User Mode/State.h function namespace (line 19) | namespace HIDWiimote FILE: HID Wiimote User Mode/Status.cpp type HIDWiimote (line 20) | namespace HIDWiimote type UserModeLib (line 22) | namespace UserModeLib FILE: HID Wiimote User Mode/Status.h function namespace (line 17) | namespace HIDWiimote FILE: HID Wiimote User Mode/WiimoteDeviceInterface.cpp type HIDWiimote (line 20) | namespace HIDWiimote type UserModeLib (line 22) | namespace UserModeLib FILE: HID Wiimote User Mode/WiimoteDeviceInterface.h function namespace (line 17) | namespace HIDWiimote FILE: HID Wiimote User Mode/WiimoteDeviceInterfaceDiscoverer.cpp type HIDWiimote (line 18) | namespace HIDWiimote type UserModeLib (line 20) | namespace UserModeLib FILE: HID Wiimote User Mode/WiimoteDeviceInterfaceDiscoverer.h function namespace (line 19) | namespace HIDWiimote FILE: HID Wiimote User Mode/WiimoteDeviceInterfaceEnumerator.cpp type HIDWiimote (line 22) | namespace HIDWiimote type UserModeLib (line 24) | namespace UserModeLib FILE: HID Wiimote User Mode/WiimoteDeviceInterfaceEnumerator.h function namespace (line 15) | namespace HIDWiimote FILE: HID Wiimote/Bluetooth.c function NTSTATUS (line 25) | NTSTATUS function NTSTATUS (line 59) | NTSTATUS function NTSTATUS (line 140) | NTSTATUS function NTSTATUS (line 162) | NTSTATUS function NTSTATUS (line 185) | NTSTATUS function NTSTATUS (line 215) | NTSTATUS function NTSTATUS (line 261) | NTSTATUS function NTSTATUS (line 312) | NTSTATUS function VOID (line 370) | VOID function VOID (line 390) | VOID function NTSTATUS (line 429) | NTSTATUS function VOID (line 493) | VOID function VOID (line 536) | VOID function NTSTATUS (line 579) | NTSTATUS function NTSTATUS (line 587) | NTSTATUS function NTSTATUS (line 619) | NTSTATUS function NTSTATUS (line 635) | NTSTATUS function VOID (line 690) | VOID function NTSTATUS (line 703) | NTSTATUS function VOID (line 737) | VOID function NTSTATUS (line 802) | NTSTATUS FILE: HID Wiimote/Bluetooth.h type BLUETOOTH_DEVICE_CONTEXT (line 31) | typedef struct _BLUETOOTH_DEVICE_CONTEXT type _BRB_L2CA_OPEN_CHANNEL (line 48) | struct _BRB_L2CA_OPEN_CHANNEL type _BRB_L2CA_CLOSE_CHANNEL (line 49) | struct _BRB_L2CA_CLOSE_CHANNEL type _BRB_L2CA_ACL_TRANSFER (line 50) | struct _BRB_L2CA_ACL_TRANSFER FILE: HID Wiimote/Device.c function NTSTATUS (line 14) | NTSTATUS function NTSTATUS (line 79) | NTSTATUS function NTSTATUS (line 122) | NTSTATUS function NTSTATUS (line 149) | NTSTATUS function NTSTATUS (line 182) | NTSTATUS function VOID (line 215) | VOID function NTSTATUS (line 225) | NTSTATUS FILE: HID Wiimote/Device.h type DEVICE_CONTEXT (line 22) | typedef struct _DEVICE_CONTEXT FILE: HID Wiimote/DeviceInterface.c type VOID (line 19) | typedef VOID DRIVER_MODE_SETTING_SETTER(_In_ PDEVICE_CONTEXT DeviceConte... type VOID (line 20) | typedef VOID BOOLEAN_SETTING_SETTER(_In_ PDEVICE_CONTEXT DeviceContext, ... function NTSTATUS (line 41) | NTSTATUS DeviceInterfaceCreate(_In_ PDEVICE_CONTEXT ParentDeviceContext) function NTSTATUS (line 159) | NTSTATUS CreateSettingsInterfaceQueues(_In_ PDEVICE_INTERFACE_CONTEXT De... function NTSTATUS (line 192) | NTSTATUS function VOID (line 204) | VOID DeviceInterfaceWiimoteStateUpdated(_In_ PDEVICE_CONTEXT DeviceContext) function VOID (line 209) | VOID function VOID (line 261) | VOID function VOID (line 286) | VOID function VOID (line 295) | VOID function VOID (line 309) | VOID function VOID (line 322) | VOID function VOID (line 334) | VOID ProcessSetDriverModeSetting( function VOID (line 356) | VOID ProcessSetBooleanSetting( FILE: HID Wiimote/DeviceInterface.h type DEVICE_INTERFACE_CONTEXT (line 19) | typedef struct _DEVICE_INTERFACE_CONTEXT FILE: HID Wiimote/DeviceInterfacePublic.h type WIIMOTE_EXTENSION (line 54) | typedef enum _WIIMOTE_EXTENSION { None, Nunchuck, BalanceBoard, ClassicC... type WIIMOTE_DRIVER_MODE (line 55) | typedef enum _WIIMOTE_DRIVER_MODE { Gamepad, PassThrough, IRMouse, DPadM... type WIIMOTE_SETTINGS (line 58) | typedef struct _WIIMOTE_SETTINGS type WIIMOTE_STATUS_IOCTL_DATA (line 72) | typedef struct _WIIMOTE_STATUS_IOCTL_DATA type WIIMOTE_STATE_IOCTL_DATA (line 80) | typedef struct _WIIMOTE_STATE_IOCTL_DATA FILE: HID Wiimote/Driver.c function NTSTATUS (line 15) | NTSTATUS FILE: HID Wiimote/HID.c function NTSTATUS (line 30) | NTSTATUS HIDPrepare( function NTSTATUS (line 45) | NTSTATUS function PHID_DEVICE_CONTEXT (line 77) | PHID_DEVICE_CONTEXT function VOID (line 85) | VOID function VOID (line 124) | VOID function VOID (line 152) | VOID function VOID (line 180) | VOID function VOID (line 209) | VOID ProcessGetString( function VOID (line 253) | VOID function NTSTATUS (line 263) | NTSTATUS function VOID (line 276) | VOID function VOID (line 316) | VOID function VOID (line 324) | VOID FILE: HID Wiimote/HID.h type HID_DEVICE_CONTEXT (line 20) | typedef struct _HID_DEVICE_CONTEXT type UCHAR (line 32) | typedef UCHAR HID_REPORT_DESCRIPTOR, *PHID_REPORT_DESCRIPTOR; FILE: HID Wiimote/HIDDescriptors.h type HID_GAMEPAD_REPORT (line 27) | typedef struct _HID_GAMEPAD_REPORT { function VOID (line 39) | VOID type HID_IRMOUSE_REPORT (line 54) | typedef struct _HID_IRMOUSE_REPORT function VOID (line 62) | VOID type HID_DPADMOUSE_REPORT (line 71) | typedef struct _HID_DPADMOUSE_REPORT function VOID (line 79) | VOID FILE: HID Wiimote/HIDWiimote.h type DEVICE_CONTEXT (line 26) | typedef struct _DEVICE_CONTEXT DEVICE_CONTEXT, * PDEVICE_CONTEXT; type DEVICE_INTERFACE_CONTEXT (line 27) | typedef struct _DEVICE_INTERFACE_CONTEXT DEVICE_INTERFACE_CONTEXT, *PDEV... type WIIMOTE_DEVICE_CONTEXT (line 28) | typedef struct _WIIMOTE_DEVICE_CONTEXT WIIMOTE_DEVICE_CONTEXT, * PWIIMOT... type BLUETOOTH_DEVICE_CONTEXT (line 29) | typedef struct _BLUETOOTH_DEVICE_CONTEXT BLUETOOTH_DEVICE_CONTEXT, * PBL... type HID_DEVICE_CONTEXT (line 30) | typedef struct _HID_DEVICE_CONTEXT HID_DEVICE_CONTEXT, * PHID_DEVICE_CON... type NTSTATUS (line 33) | typedef NTSTATUS (*PNOTIFY_PRESENCE)(PDEVICE_OBJECT, BOOLEAN); type HID_MINIPORT_ADDRESSES (line 35) | typedef struct _HID_MINIPORT_ADDRESSES FILE: HID Wiimote/ReadIoControlBuffer.c function NTSTATUS (line 21) | NTSTATUS function VOID (line 53) | VOID function VOID (line 77) | VOID function VOID (line 100) | VOID function VOID (line 126) | VOID FILE: HID Wiimote/ReadIoControlBuffer.h type VOID (line 17) | typedef VOID EVT_READ_IO_CONTROL_BUFFER_FILL_BUFFER(_In_ PDEVICE_CONTEXT... type EVT_READ_IO_CONTROL_BUFFER_FILL_BUFFER (line 18) | typedef EVT_READ_IO_CONTROL_BUFFER_FILL_BUFFER *PFN_READ_IO_CONTROL_BUFF... type READ_IO_CONTROL_BUFFER (line 20) | typedef struct _READ_IO_CONTROL_BUFFER FILE: HID Wiimote/Trace.c function VOID (line 15) | VOID function VOID (line 45) | VOID function VOID (line 59) | VOID FILE: HID Wiimote/Wiimote.c function NTSTATUS (line 20) | NTSTATUS function NTSTATUS (line 49) | NTSTATUS function NTSTATUS (line 85) | NTSTATUS function NTSTATUS (line 121) | NTSTATUS function NTSTATUS (line 153) | NTSTATUS function NTSTATUS (line 195) | NTSTATUS function NTSTATUS (line 240) | NTSTATUS function NTSTATUS (line 250) | NTSTATUS function NTSTATUS (line 285) | NTSTATUS function NTSTATUS (line 331) | NTSTATUS function NTSTATUS (line 386) | NTSTATUS function NTSTATUS (line 418) | NTSTATUS function VOID (line 439) | VOID function NTSTATUS (line 448) | NTSTATUS function NTSTATUS (line 475) | NTSTATUS function NTSTATUS (line 503) | NTSTATUS function NTSTATUS (line 524) | NTSTATUS function NTSTATUS (line 585) | NTSTATUS function NTSTATUS (line 676) | NTSTATUS function NTSTATUS (line 703) | NTSTATUS function NTSTATUS (line 740) | NTSTATUS function NTSTATUS (line 784) | NTSTATUS function VOID (line 838) | VOID FILE: HID Wiimote/Wiimote.h type WIIMOTE_DEVICE_CONTEXT (line 22) | typedef struct _WIIMOTE_DEVICE_CONTEXT FILE: HID Wiimote/WiimoteSettings.c function VOID (line 57) | VOID function VOID (line 87) | VOID function VOID (line 101) | VOID function VOID (line 113) | VOID function VOID (line 125) | VOID function VOID (line 137) | VOID function VOID (line 149) | VOID function VOID (line 161) | VOID function VOID (line 173) | VOID function NTSTATUS (line 191) | NTSTATUS function VOID (line 244) | VOID function VOID (line 259) | VOID function VOID (line 274) | VOID FILE: HID Wiimote/WiimoteState.c function VOID (line 31) | VOID WiimoteStateResetToNullState( function NTSTATUS (line 57) | NTSTATUS WiimoteStateUpdate( function NTSTATUS (line 126) | NTSTATUS function NTSTATUS (line 155) | NTSTATUS function NTSTATUS (line 180) | NTSTATUS UpdateExtension( function NTSTATUS (line 205) | NTSTATUS function NTSTATUS (line 236) | NTSTATUS function NTSTATUS (line 258) | NTSTATUS function NTSTATUS (line 285) | NTSTATUS function NTSTATUS (line 311) | NTSTATUS function VOID (line 370) | VOID function VOID (line 402) | VOID function NTSTATUS (line 418) | NTSTATUS function BOOLEAN (line 482) | BOOLEAN FILE: HID Wiimote/WiimoteState.h type WIIMOTE_WII_REMOTE_STATE (line 17) | typedef struct _WIIMOTE_WII_REMOTE_STATE type WIIMOTE_IR_POINT (line 53) | typedef struct _WIIMOTE_IR_POINT type WIIMOTE_IR_STATE (line 61) | typedef struct _WIIMOTE_IR_STATE type WIIMOTE_NUNCHUCK_STATE (line 69) | typedef struct _WIIMOTE_NUNCHUCK_STATE type WIIMOTE_BALANCE_BOARD_STATE (line 101) | typedef struct _WIIMOTE_BALANCE_BOARD_STATE type WIIMOTE_CLASSIC_CONTROLLER_STATE (line 109) | typedef struct _WIIMOTE_CLASSIC_CONTROLLER_STATE type WIIMOTE_GUITAR_STATE (line 155) | typedef struct _WIIMOTE_GUITAR_STATE type WIIMOTE_STATE (line 184) | typedef struct _WIIMOTE_STATE FILE: HID Wiimote/WiimoteToHIDParser.c function VOID (line 17) | VOID function VOID (line 33) | VOID function VOID (line 49) | VOID function VOID (line 62) | VOID function VOID (line 83) | VOID function BYTE (line 108) | BYTE function VOID (line 124) | VOID function VOID (line 152) | VOID function UCHAR (line 195) | UCHAR function BYTE (line 205) | BYTE function UCHAR (line 221) | UCHAR function BOOLEAN (line 260) | BOOLEAN AccumulateIRPoint( function BOOLEAN (line 277) | BOOLEAN ParseIRPoints( function VOID (line 306) | VOID ParseIRCamera( function VOID (line 355) | VOID function VOID (line 384) | VOID function VOID (line 421) | VOID function VOID (line 439) | VOID function VOID (line 502) | VOID function VOID (line 542) | VOID function VOID (line 585) | VOID ParseWiimoteStateAsDPadMouse( function VOID (line 612) | VOID ParseWiimoteStateAsIRMouse( FILE: ReleaseVersioning/Version.js function ParseVersionStringPart (line 18) | function ParseVersionStringPart(VersionString, Index) function ParseVersionString (line 29) | function ParseVersionString(VersionString) function GetVersionsFromReadme (line 43) | function GetVersionsFromReadme(ReadmePath) function UpdateFile (line 89) | function UpdateFile(FilePath, NewContent) function GenerateVersionPropsSheet (line 104) | function GenerateVersionPropsSheet(Versions, OutputPath) function GenerateVersionStringClass (line 118) | function GenerateVersionStringClass(Versions, OutputPath) function GenerateVersionStringHeaderFile (line 134) | function GenerateVersionStringHeaderFile(Versions, OutputPath)