Wasatch.VCPP 1.0.19
Visual C++ driver for Wasatch Photonics spectrometers
WasatchVCPPDemo.h
1#pragma once
2
3#include "resource.h"
4
5ATOM MyRegisterClass(HINSTANCE hInstance);
6BOOL InitInstance(HINSTANCE, int);
7LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
8INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);