DkmSystemInformation.SystemWow64Directory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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