#include <codecvt>
#include <iomanip>
#include <ostream>
#include <string>
#include <vector>
#include <windows.h>
#include <initguid.h>
Go to the source code of this file.
|
template<typename charT , typename traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, const IID &rIid) |
|
template<typename charT , typename traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, const VARIANT &rVariant) |
|
std::string | DMPAPER_to_string (int dmpaper) |
|
std::string | DC_PAPERSIZE_array_to_string (POINT *pPaperSizes, DWORD nCount) |
|
◆ DC_PAPERSIZE_array_to_string()
std::string DC_PAPERSIZE_array_to_string |
( |
POINT * |
pPaperSizes, |
|
|
DWORD |
nCount |
|
) |
| |
|
inline |
◆ DMPAPER_to_string()
std::string DMPAPER_to_string |
( |
int |
dmpaper | ) |
|
|
inline |
◆ operator<<() [1/2]
template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< |
( |
std::basic_ostream< charT, traits > & |
stream, |
|
|
const IID & |
rIid |
|
) |
| |
|
inline |
◆ operator<<() [2/2]
template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< |
( |
std::basic_ostream< charT, traits > & |
stream, |
|
|
const VARIANT & |
rVariant |
|
) |
| |
|
inline |