Esempio n. 1
0
// True if device exists in age.
bool pyAgeVault::HasDevice( const char * deviceName )
{
    wchar_t wStr[MAX_PATH];
    StrToUnicode(wStr, deviceName, arrsize(wStr));

    return VaultAgeHasDevice(wStr);
}
Esempio n. 2
0
// True if device exists in age.
bool pyAgeVault::HasDevice( const char * deviceName )
{
    return VaultAgeHasDevice(deviceName);
}