INF_STYLE_NONE (Constants)
Last changed: Andriy Klyuchevskyy-131.107.0.103

.
Summary
Specifies that the style of the INF file is unrecognized or nonexistent.

C# Constants:

const Int32 INF_STYLE_NONE = 0x00000000;

VB Constants:

Const INF_STYLE_NONE As Int32 = &H0

Notes:

None.