Desktop Functions: Smart Device Functions:
|
Search Results for "INTERFACESAFE_FOR_UNTRUSTED_CALLER" in [All]Constantsconst int INTERFACESAFE_FOR_UNTRUSTED_CALLER = 0x00000001; Interfaces
private const int INTERFACESAFE_FOR_UNTRUSTED_CALLER = 0x00000001;
pdwSupportedOptions = INTERFACESAFE_FOR_UNTRUSTED_CALLER | INTERFACESAFE_FOR_UNTRUSTED_DATA;
pdwEnabledOptions = INTERFACESAFE_FOR_UNTRUSTED_CALLER;
if (((dwEnabledOptions & dwOptionSetMask) == INTERFACESAFE_FOR_UNTRUSTED_CALLER) && |