![]() |
Phasor 3.3.0
Stack VM based Programming Language
|
#include "NativeRuntime_com.hpp"#include "../../../Frontend/Phasor/Frontend.hpp"#include "../../../Runtime/Stdlib/StdLib.hpp"#include "../../../Runtime/VM/VM.hpp"#include <oleauto.h>#include <string>#include <unordered_map>#include <functional>Go to the source code of this file.
Classes | |
| class | ClassFactory |
Macros | |
| #define | PHASOR_COM_EXPORT __declspec(dllexport) |
Functions | |
| PHASOR_COM_EXPORT HRESULT __stdcall | DllGetClassObject (REFCLSID rclsid, REFIID riid, void **ppv) |
| PHASOR_COM_EXPORT HRESULT __stdcall | DllCanUnloadNow () |
| #define PHASOR_COM_EXPORT __declspec(dllexport) |
Definition at line 316 of file NativeRuntime_com.cpp.
| PHASOR_COM_EXPORT HRESULT __stdcall DllCanUnloadNow | ( | ) |
Definition at line 342 of file NativeRuntime_com.cpp.
| PHASOR_COM_EXPORT HRESULT __stdcall DllGetClassObject | ( | REFCLSID | rclsid, |
| REFIID | riid, | ||
| void ** | ppv ) |
Definition at line 321 of file NativeRuntime_com.cpp.