SK_FLAGS_DISABLE_WMI Constant

When specified, the function call will not use WMI queries in Windows. While WMI works in most cases, there are occasionally cases where its use could conflict with protected applications.

Syntax

C/C++
#define SK_FLAGS_DISABLE_WMI (0x01000000)
Visual Basic
Const SK_FLAGS_DISABLE_WMI As Long = 16777216