Sdílet prostřednictvím


DkmSystemInformation.SystemWow64Directory Property

Definition

[Optional] The path of the WOW64 system directory. This value is typically C:\Windows\SysWOW64. On 32-bit Windows, this value will be NULL.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 property System::String ^ SystemWow64Directory { System::String ^ get(); };
public:
 property Platform::String ^ SystemWow64Directory { Platform::String ^ get(); };
public string SystemWow64Directory { get; }
public string? SystemWow64Directory { get; }
member this.SystemWow64Directory : string
Public ReadOnly Property SystemWow64Directory As String

Property Value

Applies to