#include <Windows.h>#include <memory>#include <vector>#include <algorithm>#include <iterator>#include <sstream>#include <iostream>#include <csignal>#include "os.h"#include "metadata-helper.h"#include "rendering.h"#include <delayimp.h>
Go to the source code of this file.
Functions | |
| LRESULT CALLBACK | cbtproc (INT code, WPARAM wParam, LPARAM lParam) |
| LONG WINAPI | CrashHandler (EXCEPTION_POINTERS *ep) |
| std::string | exception_code_to_string (int code, struct _EXCEPTION_POINTERS *ep) |
| int | filter (unsigned int code, struct _EXCEPTION_POINTERS *ep) |
| int | main (int argv, const char **argc) |
| void | report_error (std::string error) |
| int | run_main (int argv, const char **argc) |
| bool | should_intercept (int code) |
| int CALLBACK | WinMain (_In_ HINSTANCE hInstance, _In_ HINSTANCE hPrevInstance, _In_ LPSTR lpCmdLine, _In_ int nCmdShow) |
Variables | |
| HHOOK | hhk |
| LRESULT CALLBACK cbtproc | ( | INT | code, |
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) |
Definition at line 27 of file windows-app-bootstrap.cpp.
| LONG WINAPI CrashHandler | ( | EXCEPTION_POINTERS * | ep | ) |
Definition at line 104 of file windows-app-bootstrap.cpp.
| std::string exception_code_to_string | ( | int | code, |
| struct _EXCEPTION_POINTERS * | ep | ||
| ) |
Definition at line 48 of file windows-app-bootstrap.cpp.
| int filter | ( | unsigned int | code, |
| struct _EXCEPTION_POINTERS * | ep | ||
| ) |
Definition at line 121 of file windows-app-bootstrap.cpp.
| int main | ( | int | argv, |
| const char ** | argc | ||
| ) |
Definition at line 291 of file realsense-viewer.cpp.
| void report_error | ( | std::string | error | ) |
Definition at line 79 of file windows-app-bootstrap.cpp.
| int run_main | ( | int | argv, |
| const char ** | argc | ||
| ) |
Definition at line 133 of file windows-app-bootstrap.cpp.
| bool should_intercept | ( | int | code | ) |
Definition at line 42 of file windows-app-bootstrap.cpp.
| int CALLBACK WinMain | ( | _In_ HINSTANCE | hInstance, |
| _In_ HINSTANCE | hPrevInstance, | ||
| _In_ LPSTR | lpCmdLine, | ||
| _In_ int | nCmdShow | ||
| ) |
Definition at line 149 of file windows-app-bootstrap.cpp.
| HHOOK hhk |
Definition at line 25 of file windows-app-bootstrap.cpp.