Wasatch.VCPP 1.0.19
Visual C++ driver for Wasatch Photonics spectrometers
InputBox.h
Go to the documentation of this file.
1
5#pragma once
6
7#include <string>
8
9std::string InputBox(const char *Prompt, const char *Title = "", const char *Default = "");
10std::string PasswordBox(const char *Prompt, const char *Title = "", const char *Default = "");