internal static uint SNIQueryInfo(QTypes QType, ref IntPtr pbQInfo)
 {
     return(s_is64bitProcess ?
            SNINativeManagedWrapperX64.SNIQueryInfo(QType, ref pbQInfo) :
            SNINativeManagedWrapperX86.SNIQueryInfo(QType, ref pbQInfo));
 }