예제 #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);
}
예제 #2
0
// True if device exists in age.
bool pyAgeVault::HasDevice( const char * deviceName )
{
    return VaultAgeHasDevice(deviceName);
}