SYMBOL INDEX (112 symbols across 30 files) FILE: Driver/avshws/avshws.h type HARDWARE_STATE (line 162) | typedef enum _HARDWARE_STATE { function class (line 183) | class IHardwareSink { function class (line 201) | class ICaptureSink { FILE: Driver/avshws/capture.cpp function NTSTATUS (line 90) | NTSTATUS function PKS_VIDEOINFOHEADER (line 236) | PKS_VIDEOINFOHEADER function NTSTATUS (line 314) | NTSTATUS function NTSTATUS (line 527) | NTSTATUS function NTSTATUS (line 578) | NTSTATUS function NTSTATUS (line 782) | NTSTATUS function BOOL (line 1011) | BOOL function NTSTATUS (line 1058) | NTSTATUS FILE: Driver/avshws/capture.h type STREAM_POINTER_CONTEXT (line 37) | typedef struct _STREAM_POINTER_CONTEXT { function class (line 48) | class CCapturePin : FILE: Driver/avshws/device.cpp function POOL_TYPE (line 31) | POOL_TYPE poolType function NTSTATUS (line 192) | NTSTATUS function NTSTATUS (line 264) | NTSTATUS function NTSTATUS (line 396) | NTSTATUS function NTSTATUS (line 576) | NTSTATUS function NTSTATUS (line 620) | NTSTATUS function NTSTATUS (line 666) | NTSTATUS function ULONG (line 699) | ULONG function ULONG (line 763) | ULONG function NTSTATUS (line 909) | NTSTATUS FILE: Driver/avshws/device.h function class (line 23) | class CCaptureDevice : FILE: Driver/avshws/filter.cpp function NTSTATUS (line 35) | NTSTATUS function NTSTATUS (line 103) | NTSTATUS function NTSTATUS (line 122) | NTSTATUS FILE: Driver/avshws/filter.h function class (line 21) | class CCaptureFilter { FILE: Driver/avshws/hwsim.cpp function SimulatedInterrupt (line 31) | void function CHardwareSimulation (line 114) | CHardwareSimulation * function NTSTATUS (line 154) | NTSTATUS function NTSTATUS (line 289) | NTSTATUS function NTSTATUS (line 379) | NTSTATUS function ULONG (line 484) | ULONG function ULONG (line 521) | ULONG function NTSTATUS (line 623) | NTSTATUS FILE: Driver/avshws/hwsim.h type SCATTER_GATHER_ENTRY (line 45) | typedef struct _SCATTER_GATHER_ENTRY { function class (line 59) | class CHardwareSimulation { FILE: Driver/avshws/image.h type COLOR (line 34) | typedef enum { function class (line 69) | class CImageSynthesizer { function class (line 238) | class CRGB24Synthesizer : public CImageSynthesizer { FILE: Driver/avshws/purecall.c function _purecall (line 42) | int __cdecl FILE: UserLand/DriverInterface/Device.h function class (line 11) | class Device FILE: UserLand/DriverInterface/DeviceEnumeration.cpp function HRESULT (line 3) | HRESULT EnumerateDevices(REFGUID category, IEnumMoniker **ppEnum) function EnumerateDevicePaths (line 21) | int EnumerateDevicePaths(string* paths, int maxCount) function GetFilter (line 55) | int GetFilter(string path, IBaseFilter** filter) FILE: UserLand/DriverInterface/DriverInterface.cpp function EXPORT (line 14) | EXPORT int Init() function EXPORT (line 36) | EXPORT int Free() function EXPORT (line 50) | EXPORT int GetNumDevices() function EXPORT (line 55) | EXPORT int GetDevicePath(int index, char* str, int maxLen) function EXPORT (line 66) | EXPORT void DestroyDevice() function EXPORT (line 75) | EXPORT int SetDevice(char* str, int strLen) function EXPORT (line 97) | EXPORT int SetBuffer(PVOID data, DWORD stride, DWORD width, DWORD height) FILE: UserLand/DriverInterface/dllmain.cpp function BOOL (line 3) | BOOL APIENTRY DllMain( HMODULE hModule, FILE: UserLand/DriverInterfaceWrapper/DeviceInfo.cs class DeviceInfo (line 9) | public class DeviceInfo method DeviceInfo (line 17) | internal DeviceInfo(string path) method ToString (line 22) | public override string ToString() FILE: UserLand/DriverInterfaceWrapper/DriverInterface.cs class DriverInterface (line 9) | public class DriverInterface method Init (line 14) | public static bool Init() method Free (line 19) | public static void Free() method GetDevices (line 24) | public static DeviceInfo[] GetDevices() method DestroyDevice (line 37) | public static void DestroyDevice() method SelectDevice (line 42) | public static bool SelectDevice(string path) method SetData (line 47) | public static bool SetData(IntPtr data, int stride, int width, int hei... FILE: UserLand/DriverInterfaceWrapper/Native.cs class Native (line 10) | class Native method Init (line 12) | [DllImport("DriverInterface.dll", CallingConvention = CallingConventio... method Free (line 15) | [DllImport("DriverInterface.dll", CallingConvention = CallingConventio... method GetNumDevices (line 18) | [DllImport("DriverInterface.dll", CallingConvention = CallingConventio... method GetDevicePath (line 21) | [DllImport("DriverInterface.dll", CallingConvention = CallingConventio... method DestroyDevice (line 24) | [DllImport("DriverInterface.dll", CallingConvention = CallingConventio... method SetDevice (line 27) | [DllImport("DriverInterface.dll", CallingConvention = CallingConventio... method SetBuffer (line 30) | [DllImport("DriverInterface.dll", CallingConvention = CallingConventio... method GetDevicePath (line 33) | public static string GetDevicePath(int index) method SetDevice (line 42) | public static bool SetDevice(string path) FILE: UserLand/UserDriverCanon/CameraListItem.cs class CameraListItem (line 10) | class CameraListItem method CameraListItem (line 14) | public CameraListItem(Camera c) method ToString (line 19) | public override string ToString() FILE: UserLand/UserDriverCanon/FitPictureBox.cs class FitPictureBox (line 10) | public class FitPictureBox : Control method FitPictureBox (line 31) | public FitPictureBox() method OnPaint (line 36) | protected override void OnPaint(PaintEventArgs e) FILE: UserLand/UserDriverCanon/MainForm.Designer.cs class MainForm (line 3) | partial class MainForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: UserLand/UserDriverCanon/MainForm.cs class MainForm (line 18) | public partial class MainForm : Form method MainForm (line 25) | public MainForm() method MainForm_Load (line 30) | private void MainForm_Load(object sender, EventArgs e) method btnDeviceRefresh_Click (line 38) | private void btnDeviceRefresh_Click(object sender, EventArgs e) method cbDevices_SelectedIndexChanged (line 46) | private void cbDevices_SelectedIndexChanged(object sender, EventArgs e) method btnRefreshCameras_Click (line 60) | private void btnRefreshCameras_Click(object sender, EventArgs e) method cbCameras_SelectedIndexChanged (line 69) | private void cbCameras_SelectedIndexChanged(object sender, EventArgs e) method ActiveCamera_LiveViewUpdated (line 90) | private void ActiveCamera_LiveViewUpdated(Camera sender, Stream img) method MainForm_FormClosing (line 143) | private void MainForm_FormClosing(object sender, FormClosingEventArgs e) method cameraKeepAlive_Tick (line 148) | private void cameraKeepAlive_Tick(object sender, EventArgs e) FILE: UserLand/UserDriverCanon/Program.cs class Program (line 11) | static class Program method Main (line 13) | [MTAThread] FILE: UserLand/UserDriverCanon/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 32) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: UserLand/UserDriverCanon/Properties/Settings.Designer.cs class Settings (line 15) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: UserLand/UserDriverStaticImage/MainForm.Designer.cs class MainForm (line 3) | partial class MainForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: UserLand/UserDriverStaticImage/MainForm.cs class MainForm (line 17) | public partial class MainForm : Form method MainForm (line 19) | public MainForm() method MainForm_Load (line 24) | private void MainForm_Load(object sender, EventArgs e) method btnDeviceRefresh_Click (line 29) | private void btnDeviceRefresh_Click(object sender, EventArgs e) method cbDevices_SelectedIndexChanged (line 37) | private void cbDevices_SelectedIndexChanged(object sender, EventArgs e) method btnLoadImage_Click (line 49) | private void btnLoadImage_Click(object sender, EventArgs e) FILE: UserLand/UserDriverStaticImage/Program.cs class Program (line 11) | static class Program method Main (line 13) | [MTAThread] FILE: UserLand/UserDriverStaticImage/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 32) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: UserLand/UserDriverStaticImage/Properties/Settings.Designer.cs class Settings (line 15) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]