COM support functions.
More...
CLSID AppSecInc::Com::CLSIDFromProgID |
( |
const std::wstring & |
progid | ) |
|
CLSID AppSecInc::Com::CLSIDFromProgID |
( |
const std::string & |
progid | ) |
|
CLSID AppSecInc::Com::CLSIDFromString |
( |
const std::wstring & |
guid | ) |
|
CLSID AppSecInc::Com::CLSIDFromString |
( |
const std::string & |
guid | ) |
|
std::string AppSecInc::Com::GenerateGUIDStringA |
( |
| ) |
|
std::wstring AppSecInc::Com::GenerateGUIDStringW |
( |
| ) |
|
IID AppSecInc::Com::IIDFromString |
( |
const std::wstring & |
guid | ) |
|
IID AppSecInc::Com::IIDFromString |
( |
const std::string & |
guid | ) |
|
bool AppSecInc::Com::IsValidGUID |
( |
const std::wstring & |
guid | ) |
|
bool AppSecInc::Com::IsValidGUID |
( |
const std::string & |
guid | ) |
|
std::string AppSecInc::Com::ProgIDFromCLSIDA |
( |
REFCLSID |
clsid | ) |
|
std::wstring AppSecInc::Com::ProgIDFromCLSIDW |
( |
REFCLSID |
clsid | ) |
|
std::string AppSecInc::Com::StringFromCLSIDA |
( |
REFCLSID |
clsid | ) |
|
std::wstring AppSecInc::Com::StringFromCLSIDW |
( |
REFCLSID |
clsid | ) |
|
std::string AppSecInc::Com::StringFromGUID2A |
( |
REFGUID |
rguid | ) |
|
std::wstring AppSecInc::Com::StringFromGUID2W |
( |
REFGUID |
rguid | ) |
|
std::string AppSecInc::Com::StringFromIIDA |
( |
REFIID |
rclsid | ) |
|
std::wstring AppSecInc::Com::StringFromIIDW |
( |
REFIID |
rclsid | ) |
|